From: Filipe Manana Date: Mon, 3 Mar 2014 12:28:40 +0000 (+0000) Subject: Btrfs: avoid unnecessary utimes update in incremental send X-Git-Tag: v3.15-rc1~96^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbd2154d16431395e86a48859a5b547c33c09ad;p=pandora-kernel.git Btrfs: avoid unnecessary utimes update in incremental send When we're finishing processing of an inode, if we're dealing with a directory inode that has a pending move/rename operation, we don't need to send a utimes update instruction to the send stream, as we'll do it later after doing the move/rename operation. Therefore we save some time here building paths and doing btree lookups. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik --- Reading git-diff-tree failed