ext4: print ext4 mount option data_err=abort correctly
authorAles Novak <alnovak@suse.cz>
Sun, 13 Mar 2016 02:55:50 +0000 (21:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Mar 2016 02:55:50 +0000 (21:55 -0500)
commit7915a861c01839a05eb7346023741742c4d2135e
tree6126ca1c56f8ee95964cd482b8f9e6e4f4ecd2ea
parent5e1021f2b6dff1a86a468a1424d59faae2bc63c1
ext4: print ext4 mount option data_err=abort correctly

If data_err=abort option is specified for an ext3/ext4 mount,
/proc/mounts does show it as "(null)". This is caused by token2str()
returning NULL for Opt_data_err_abort (due to its pattern containing
'=').

Signed-off-by: Ales Novak <alnovak@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c
This page took 0.026271 seconds and 5 git commands to generate.