From: Filipe David Borba Manana Date: Fri, 20 Sep 2013 13:43:28 +0000 (+0100) Subject: Btrfs: remove duplicated ino cache's inode lookup X-Git-Tag: v3.13-rc1~85^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53645a91f4baed059ec5dfb22340cf3e6b8fdd2c;p=pandora-kernel.git Btrfs: remove duplicated ino cache's inode lookup We're doing a unnecessary extra lookup of the ino cache's inode when we already have it (and holding a reference) during the process of saving the ino cache contents to disk. Therefore remove this extra lookup. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed