commit | 0c304304feab8a576ed6ba6ec964255d00d2886e | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Mon May 25 11:20:22 2015 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Jun 03 04:03:06 2015 -0700 |
tree | 16395772b4f084a490ebd44495ea3044e0910ce2 | |
parent | 39c2d7faccc5ca5a1be682b01c0db5fafa8adeda [diff] |
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 <bo.li.liu@oracle.com> Signed-off-by: Chris Mason <clm@fb.com>