reiserfs: locking, push write lock out of xattr code
authorJeff Mahoney <jeffm@suse.com>
Thu, 8 Aug 2013 21:27:19 +0000 (17:27 -0400)
committerJeff Mahoney <jeffm@suse.de>
Thu, 8 Aug 2013 21:27:19 +0000 (17:27 -0400)
The reiserfs xattr code doesn't need the write lock and sleeps all over
the place. We can simplify the locking by releasing it and reacquiring
after the xattr call.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
fs/reiserfs/inode.c
fs/reiserfs/super.c
fs/reiserfs/xattr.c
fs/reiserfs/xattr_acl.c

Simple merge
Simple merge
Simple merge
Simple merge