From: Jeff Mahoney Date: Mon, 30 Mar 2009 18:02:34 +0000 (-0400) Subject: reiserfs: simplify xattr internal file lookups/opens X-Git-Tag: v2.6.30-rc1~615^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c17675e1e02ebde220ef639a3fb1333928ec2f4;p=pandora-kernel.git reiserfs: simplify xattr internal file lookups/opens The xattr file open/lookup code is needlessly complex. We can use vfs-level operations to perform the same work, and also simplify the locking constraints. The locking advantages will be exploited in future patches. Signed-off-by: Jeff Mahoney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed