[PATCH] Remove superfluous lock_super() in extN xattr code
authorAndreas Gruenbacher <agruen@suse.de>
Thu, 7 Dec 2006 04:36:16 +0000 (20:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:32 +0000 (08:39 -0800)
commited2908f31398049c4371de9b100700e80704e95f
treeeac7806d85893ef62091cacc15a8a08c98045662
parent696040670a12f66b17a839011f96d9ca376f688b
[PATCH] Remove superfluous lock_super() in extN xattr code

lock_super() is unnecessary for setting super-block feature flags.  Use the
provided *_SET_COMPAT_FEATURE() macros as well.

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext2/xattr.c
fs/ext3/xattr.c
fs/ext4/xattr.c