]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f0d996c383bb59803478d176040687c1775da3a
tree85180b0cccbbd36f387de72e662507592191b808
parent5dce2c63c73fa1411b71415281033a3c768c6445
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