From: Miao Xie Date: Thu, 1 Nov 2012 07:35:23 +0000 (+0000) Subject: Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is set X-Git-Tag: v3.8-rc1~71^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5269b67e3d809dcaa4c6763a343423bb1b7b3fe6;p=pandora-kernel.git Btrfs: fix missing log when BTRFS_INODE_NEEDS_FULL_SYNC is set If we set BTRFS_INODE_NEEDS_FULL_SYNC, we should log all the extent, but now we forget to take it into account, and set a wrong max key, if so, we will skip the file extent metadata when doing logging. Fix it. Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed