]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e9655e63f2aa7c97eedae1323352dfde51a8710
treefd223630fa51141b13277b2ed9943e408eb3f76f
parentb7921d721e5c4824385cea7672f3cebe8d4341f4
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