xfs: remove xfs_zero_range
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Mar 2018 06:15:32 +0000 (23:15 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 15 Mar 2018 17:31:38 +0000 (10:31 -0700)
commitf5c54717bf2b9e052bb69d6ee19fe22e87817079
tree85180b0cccbbd36f387de72e662507592191b808
parentc7dbe3f2c41969845b8ea000fc5e025d4987a8fb
xfs: remove xfs_zero_range

This helper doesn't add any real value over just calling iomap_zero_range
directly, so remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_file.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_iops.c