commit | 2257e468a63b6d35a77e884ef032c54f9be65c92 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jul 01 23:54:37 2019 +0200 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Fri Aug 09 17:00:51 2019 +0100 |
tree | fb424e878051ea65daf2eab3b10e7f966da76149 | |
parent | 72d36d0529c6d9ee8b950c819508b1e344d8cc4f [diff] |
gfs2: implement gfs2_block_zero_range using iomap_zero_range iomap handles all the nitty-gritty details of zeroing a file range for us, so use the proper helper. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Bob Peterson <rpeterso@redhat.com>