commit | 6c17675e1e02ebde220ef639a3fb1333928ec2f4 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Mar 30 14:02:34 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 30 12:16:37 2009 -0700 |
tree | 2bc1e7f1d05d725d5d1294d687edb52da0722928 | |
parent | a72bdb1cd244725ff47b3a29662e2cb820d8c60f [diff] |
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>