From: Liu Bo Date: Thu, 27 Feb 2014 09:29:01 +0000 (+0800) Subject: Btrfs: skip search tree for REG files X-Git-Tag: v3.15-rc1~96^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644d1940ab0f20d1ba13295827a86a8a0c8583f3;p=pandora-kernel.git Btrfs: skip search tree for REG files It is really unnecessary to search tree again for @gen, @mode and @rdev in the case of REG inodes' creation, as we've got btrfs_inode_item in sctx, and @gen, @mode and @rdev can easily be fetched. Signed-off-by: Liu Bo Signed-off-by: Josef Bacik --- Reading git-diff-tree failed