From: Josef Bacik Date: Thu, 11 Oct 2012 19:53:56 +0000 (-0400) Subject: Btrfs: only log the inode item if we can get away with it X-Git-Tag: v3.8-rc1~71^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99761514999f64aff1985460967f93d9e8417f4;p=pandora-kernel.git Btrfs: only log the inode item if we can get away with it Currently we copy all the file information into the log, inode item, the refs, xattrs etc. Except most of this doesn't change from fsync to fsync, just the inode item changes. So set a flag if an xattr changes or a link is added, and otherwise only log the inode item. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed