| commit | ed2908f31398049c4371de9b100700e80704e95f | [log] [tgz] |
|---|---|---|
| author | Andreas Gruenbacher <agruen@suse.de> | Wed Dec 06 20:36:16 2006 -0800 |
| committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:32 2006 -0800 |
| tree | eac7806d85893ef62091cacc15a8a08c98045662 | |
| parent | 696040670a12f66b17a839011f96d9ca376f688b [diff] |
[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>