commit | 032dc923b2baef87db6c812f6e8bebcb7638cab8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 18 17:19:58 2018 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Thu Oct 18 17:19:58 2018 +1100 |
tree | c85c9b5e888b0a6d0e63dd661373e96ae0caf067 | |
parent | d392bc81bb7c26ea6225d088ead344ed6486b495 [diff] |
xfs: fix fork selection in xfs_find_trim_cow_extent We should want to write directly into the data fork for blocks that don't have an extent in the COW fork covering them yet. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>