]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: remove libxfs_iomove
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Apr 2020 13:48:15 +0000 (09:48 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 8 Apr 2020 13:48:15 +0000 (09:48 -0400)
commit69806fff7d8782f99721ffc77855e42d1ea77a12
treeccb7a85a00694f71a9b76bfbfc8be4824e817a21
parentcf8f90041e5fe83682a991512877a43baafad3e9
libxfs: remove libxfs_iomove

This function has been removed in the kernel already.  Replace the only
user that want to zero buffers with a straight call to memset.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_io.h
libxfs/libxfs_priv.h
libxfs/rdwr.c