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)
commitfd8c37eccdda21153298997417144b38b1623196
tree313e022d9d82f890e728dce66ce6e115ea3970b1
parentb0c3844d8af6b9f3f18f31e1b0502fbefa2166be
ext4: Simplify the usage of clear_opt() and set_opt() macros

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>
fs/ext4/ext4.h
fs/ext4/mballoc.c
fs/ext4/super.c