summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_bmap.c
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-22 23:45:01 +0300
committerDarrick J. Wong <djwong@kernel.org>2024-02-22 23:45:01 +0300
commit622d88e2ad7960b83af38dabf6b848a22a5a1c1f (patch)
tree151a4c4a4227a74428efa9b3b37ab83aa155ebf6 /fs/xfs/libxfs/xfs_bmap.c
parent6c8127e93e3ac9c2cf6a13b885dd2d057b7e7d50 (diff)
downloadlinux-622d88e2ad7960b83af38dabf6b848a22a5a1c1f.tar.xz
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>
Diffstat (limited to 'fs/xfs/libxfs/xfs_bmap.c')
-rw-r--r--fs/xfs/libxfs/xfs_bmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_bmap.c b/fs/xfs/libxfs/xfs_bmap.c
index d78e02a3b4d6..656c95a22f2e 100644
--- a/fs/xfs/libxfs/xfs_bmap.c
+++ b/fs/xfs/libxfs/xfs_bmap.c
@@ -38,6 +38,7 @@
#include "xfs_iomap.h"
#include "xfs_health.h"
#include "xfs_bmap_item.h"
+#include "xfs_symlink_remote.h"
struct kmem_cache *xfs_bmap_intent_cache;