]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4a1026b6993f34af0aaa56d4e40aea4c7e75e99
treee0487588581bccaa2b875529ed84ec5a4a254ab9
parent2df881a936e299123966c5f419f4bd4c57922962
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