Skip to content

Commit

Permalink
reiserfs: simplify xattr internal file lookups/opens
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Mahoney authored and Linus Torvalds committed Mar 30, 2009
1 parent a72bdb1 commit 6c17675
Showing 1 changed file with 135 additions and 127 deletions.
Loading

0 comments on commit 6c17675

Please sign in to comment.