]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: hoist inode free function to libxfs
authorDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:22:44 +0000 (11:22 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 2 Jul 2024 18:36:59 +0000 (11:36 -0700)
commit1964435d19d947b8626379d09db3e33b9669f333
treecf64083bf1b5b5e5da4400c6ab8fdd59ff248826
parentc1f0bad4232fd309b2fe849153fcf473e775b1f7
xfs: hoist inode free function to libxfs

Create a libxfs helper function that marks an inode free on disk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_inode_util.c
fs/xfs/libxfs/xfs_inode_util.h
fs/xfs/xfs_inode.c