From: Jeff Mahoney Date: Tue, 5 May 2009 19:30:15 +0000 (-0400) Subject: reiserfs: fixup xattr_root caching X-Git-Tag: linux-omap-v2.6.30-rc6~44^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab17c4f02156c4f75d7fa43a5aa2a7f942d47201;p=pandora-kernel.git reiserfs: fixup xattr_root caching The xattr_root caching was broken from my previous patch set. It wouldn't cause corruption, but could cause decreased performance due to allocating a larger chunk of the journal (~ 27 blocks) than it would actually use. This patch loads the xattr root dentry at xattr initialization and creates it on-demand. Since we're using the cached dentry, there's no point in keeping lookup_or_create_dir around, so that's removed. Signed-off-by: Jeff Mahoney Signed-off-by: Al Viro --- Reading git-diff-tree failed