commit | 7bb41db3ea160ea55cc46af07e45f7cb1e2968ba | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jun 21 09:56:26 2016 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Tue Jun 21 09:56:26 2016 +1000 |
tree | 8e3879d8be2d25ff3d70246d0ae866d46f2ccd08 | |
parent | 459f0fbc2a827da37bbfaf3cae8da4ad8884da12 [diff] |
xfs: handle 64-bit length in xfs_iozero We'll want to use this code for large offsets now that we're skipping holes and unwritten extents efficiently. Also rename it to xfs_zero_range to be a bit more descriptive, and tell the caller if we actually did any zeroing. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>