]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: handle 64-bit length in xfs_iozero
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Jun 2016 23:56:26 +0000 (09:56 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 20 Jun 2016 23:56:26 +0000 (09:56 +1000)
commit7bb41db3ea160ea55cc46af07e45f7cb1e2968ba
tree8e3879d8be2d25ff3d70246d0ae866d46f2ccd08
parent459f0fbc2a827da37bbfaf3cae8da4ad8884da12
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>
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.h