xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
authorDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:45:01 +0000 (12:45 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:45:01 +0000 (12:45 -0800)
commit622d88e2ad7960b83af38dabf6b848a22a5a1c1f
tree151a4c4a4227a74428efa9b3b37ab83aa155ebf6
parent6c8127e93e3ac9c2cf6a13b885dd2d057b7e7d50
xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h

Move declarations for libxfs symlink functions into a separate header
file like we do for most everything else.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_inode_fork.c
fs/xfs/libxfs/xfs_shared.h
fs/xfs/libxfs/xfs_symlink_remote.c
fs/xfs/libxfs/xfs_symlink_remote.h [new file with mode: 0644]
fs/xfs/scrub/inode_repair.c
fs/xfs/scrub/symlink.c
fs/xfs/xfs_symlink.c