From 0c304304feab8a576ed6ba6ec964255d00d2886e Mon Sep 17 00:00:00 2001 From: Liu Bo Date: Mon, 25 May 2015 11:20:22 +0800 Subject: [PATCH] Btrfs: remove csum_bytes_left After commit 8407f553268a ("Btrfs: fix data corruption after fast fsync and writeback error"), during wait_ordered_extents(), we wait for ordered extent setting BTRFS_ORDERED_IO_DONE or BTRFS_ORDERED_IOERR, at which point we've already got checksum information, so we don't need to check (csum_bytes_left == 0) in the whole logging path. Signed-off-by: Liu Bo Signed-off-by: Chris Mason --- Reading git-format-patch failed