From: Theodore Ts'o Date: Thu, 16 Dec 2010 01:26:48 +0000 (-0500) Subject: ext4: Simplify the usage of clear_opt() and set_opt() macros X-Git-Tag: v2.6.38-rc1~409^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8c37eccdda21153298997417144b38b1623196;p=pandora-kernel.git 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" --- Reading git-diff-tree failed