]> Git Repo - linux.git/commit
[PATCH] Remove superfluous lock_super() in extN xattr code
authorAndreas Gruenbacher <[email protected]>
Thu, 7 Dec 2006 04:36:16 +0000 (20:36 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ext2/xattr.c
fs/ext3/xattr.c
fs/ext4/xattr.c
This page took 0.0539 seconds and 4 git commands to generate.