From: Jeff Mahoney Date: Mon, 30 Mar 2009 18:02:36 +0000 (-0400) Subject: reiserfs: make per-inode xattr locking more fine grained X-Git-Tag: v2.6.30-rc1~615^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6dd72a441a683cef7ace93de0a57ced4367f00;p=pandora-kernel.git reiserfs: make per-inode xattr locking more fine grained The per-inode locking can be made more fine-grained to surround just the interaction with the filesystem itself. This really only applies to protecting reads during a write, since concurrent writes are barred with inode->i_mutex at the vfs level. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed