OSDN Git Service

xfs: move eofblocks conversion function to xfs_ioctl.c
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 21 May 2020 20:08:46 +0000 (13:08 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 27 May 2020 15:49:26 +0000 (08:49 -0700)
commit3737bb2c67770afea6362aeaf4f48a969d119777
treefd223630fa51141b13277b2ed9943e408eb3f76f
parentdf42ce64dc3eb7f01f8b601abd3881c6dddfbbaa
xfs: move eofblocks conversion function to xfs_ioctl.c

Move xfs_fs_eofblocks_from_user into the only file that actually uses
it, so that we don't have this function cluttering up the header file.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_icache.h
fs/xfs/xfs_ioctl.c