xfs: declare xfs_file.c symbols in xfs_file.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:09 +0000 (14:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 15 Apr 2024 21:54:09 +0000 (14:54 -0700)
commit00acb28d96746f78389f23a7b5309a917b45c12f
treeae9acaf7ea7a3a74c46c3b904ad15552de5167fd
parent3fc4844585c761e69654a237df41ffc5e51262e9
xfs: declare xfs_file.c symbols in xfs_file.h

Move the two public symbols in xfs_file.c to xfs_file.h.  We're about to
add more public symbols in that source file, so let's finally create the
header file.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_file.c
fs/xfs/xfs_file.h [new file with mode: 0644]
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_iops.h