reiserfs: eliminate per-super xattr lock
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:35 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:38 +0000 (12:16 -0700)
commitd984561b326cd0fe0d1183d11b9b4fa1d011d21d
treee0487588581bccaa2b875529ed84ec5a4a254ab9
parent6c17675e1e02ebde220ef639a3fb1333928ec2f4
reiserfs: eliminate per-super xattr lock

With the switch to using inode->i_mutex locking during lookups/creation
in the xattr root, the per-super xattr lock is no longer needed.

This patch removes it.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/inode.c
fs/reiserfs/namei.c
fs/reiserfs/super.c
fs/reiserfs/xattr.c
fs/reiserfs/xattr_acl.c
include/linux/reiserfs_fs.h
include/linux/reiserfs_fs_sb.h
include/linux/reiserfs_xattr.h