commit | 1964435d19d947b8626379d09db3e33b9669f333 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 02 11:22:44 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 02 11:36:59 2024 -0700 |
tree | cf64083bf1b5b5e5da4400c6ab8fdd59ff248826 | |
parent | c1f0bad4232fd309b2fe849153fcf473e775b1f7 [diff] |
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>