commit | fd8c37eccdda21153298997417144b38b1623196 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Dec 15 20:26:48 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Dec 15 20:26:48 2010 -0500 |
tree | 313e022d9d82f890e728dce66ce6e115ea3970b1 | |
parent | b0c3844d8af6b9f3f18f31e1b0502fbefa2166be [diff] |
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>