From: Chris Mason Date: Mon, 31 Jan 2011 21:48:24 +0000 (-0500) Subject: Btrfs: catch errors from btrfs_sync_log X-Git-Tag: v2.6.38-rc4~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31eabd86eb68d3c217e6821078249bc045e698a;p=pandora-kernel.git Btrfs: catch errors from btrfs_sync_log btrfs_sync_log returns -EAGAIN when we need full transaction commits instead of small log commits, but sometimes we were dropping the return value. In practice, we check for this a few different ways, but this is still a bug that can leave off full log commits when we really need them. Signed-off-by: Chris Mason --- Reading git-diff-tree failed