]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: hoist inode flag conversion functions to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:31 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:13:11 +0000 (17:13 -0700)
commit5c95e4762f1eac170ad18423f55b5f2ace6d0cb1
tree1f963dc939e12bf6524e9ec78f7bf2702f880d90
parent98c2b09cded7256de79cd982443b4a5f22fccad7
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>
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]