commit | 677c9b2e393a0cd203bd54e9c18b012b2c73305a | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Tue May 05 15:30:17 2009 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 09 10:49:39 2009 -0400 |
tree | 575d3f70bb9fbf12171ff526909b68377bede67b | |
parent | b82bb72ba7df473461c5e2368a4e7497c8ce76e9 [diff] |
reiserfs: remove privroot hiding in lookup With Al Viro's patch to move privroot lookup to fs mount, there's no need to have special code to hide the privroot in reiserfs_lookup. I've also cleaned up the privroot hiding in reiserfs_readdir_dentry and removed the last user of reiserfs_xattrs(). Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>