From: Josef Bacik Date: Thu, 11 Oct 2012 20:17:34 +0000 (-0400) Subject: Btrfs: don't bother copying if we're only logging the inode X-Git-Tag: v3.8-rc1~71^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a95249b392c3ab843d7b25ab6817ecc9ea0b82ee;p=pandora-kernel.git Btrfs: don't bother copying if we're only logging the inode We don't copy inode items anwyay, we just copy them straight into the log from the in memory inode. So if we know we're only logging the inode, don't bother dropping anything, just try to insert it and either if it succeeds or we get EEXIST we can update the inode item in the log and carry on. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed