ext4: Simplify the usage of clear_opt() and set_opt() macros
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Dec 2010 01:26:48 +0000 (20:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Dec 2010 01:26:48 +0000 (20:26 -0500)
Change clear_opt() and set_opt() to take a superblock pointer instead
of a pointer to EXT4_SB(sb)->s_mount_opt.  This makes it easier for us
to support a second mount option field.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found