]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: hoist inode flag conversion functions to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:09:08 +0000 (18:09 -0700)
committerAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 10:42:07 +0000 (12:42 +0200)
commitfadb819b464ca51d0a82e9493af1e1cdf108b9ca
tree253d6e8d3313fffe042fedffcf9f249cbdabbfa8
parent8a8799bba2d25d428ee804289813afcf9f030894
xfs: hoist inode flag conversion functions to libxfs

Source kernel commit: b7c477be396948ce88ea591b91070fa68ac12437

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>
include/libxfs.h
include/xfs_inode.h
libxfs/Makefile
libxfs/util.c
libxfs/xfs_bmap.c
libxfs/xfs_inode_util.c [new file with mode: 0644]
libxfs/xfs_inode_util.h [new file with mode: 0644]