From: Josef Bacik Date: Tue, 29 May 2012 20:57:49 +0000 (-0400) Subject: Btrfs: check to see if the inode is in the log before fsyncing X-Git-Tag: v3.5-rc1~17^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ee6985de7d3e81ec0cef9c6ba01b45ad1bafeb;p=pandora-kernel.git Btrfs: check to see if the inode is in the log before fsyncing We have this check down in the actual logging code, but this is after we start a transaction and all that good stuff. So move the helper inode_in_log() out so we can call it in fsync() and avoid starting a transaction altogether and just exit if we've already fsync()'ed this file recently. You would notice this issue if you fsync()'ed a file over and over again until the transaction committed. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed