]> git.baikalelectronics.ru Git - kernel.git/commit
reiserfs: simplify xattr internal file lookups/opens
authorJeff Mahoney <jeffm@suse.com>
Mon, 30 Mar 2009 18:02:34 +0000 (14:02 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2009 19:16:37 +0000 (12:16 -0700)
commit2df881a936e299123966c5f419f4bd4c57922962
tree2bc1e7f1d05d725d5d1294d687edb52da0722928
parent4590e03c1d8d8adbf44e267448b35d7c4aac512d
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 <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/reiserfs/xattr.c