]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:13 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
commitce160fd93a06221e2a954bc86356f16ab8703509
tree670cccc6b142b0b73999319aab009a3fb58ab2d4
parent409e07e5198b8e3323e9ae5cb7e5f45d48b12d66
xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h

Source kernel commit: 622d88e2ad7960b83af38dabf6b848a22a5a1c1f

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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
include/libxfs.h
libxfs/xfs_bmap.c
libxfs/xfs_inode_fork.c
libxfs/xfs_shared.h
libxfs/xfs_symlink_remote.c
libxfs/xfs_symlink_remote.h [new file with mode: 0644]