]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xfs: declare xfs_file.c symbols in xfs_file.h
authorDarrick J. Wong <djwong@kernel.org>
Wed, 11 Jun 2025 21:01:16 +0000 (14:01 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2025 10:07:19 +0000 (11:07 +0100)
commit45cdb488dcf56e72a83a8a91dd328275f032fbfe
tree1cf905964690e151e747dc7ab1cf9285958789fc
parentbfaa06ea81123bdb844d756478ecd928fc50c4e9
xfs: declare xfs_file.c symbols in xfs_file.h

[ Upstream commit 00acb28d96746f78389f23a7b5309a917b45c12f ]

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>
Signed-off-by: Leah Rumancik <leah.rumancik@gmail.com>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
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