]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: hoist inode flag conversion functions to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:22:32 +0000 (11:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:36:55 +0000 (11:36 -0700)
commitb7c477be396948ce88ea591b91070fa68ac12437
treea147cb98654876e91caf1167a32a01e8e8ed7341
parentacdddbe168040372a8b6b9b5876b92b715322910
xfs: hoist inode flag conversion functions to libxfs

Hoist the inode flag conversion functions into libxfs so that we can
keep them in sync.  Do this by creating a new xfs_inode_util.c file in
libxfs.

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