commit | 8c3ef4c5e5c7120390571afe0e686722ade20c65 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 15:53:53 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Oct 09 16:29:01 2024 -0700 |
tree | d4c905713b8fe087bf3ae85a9d9d6512d0b28b6a | |
parent | dddb09edb41acf5277446e49795354a908e7ac26 [diff] |
xfs_db: port the iunlink command to use the libxfs iunlink function Now that we've ported the kernel's iunlink code to userspace, adapt the debugger command to use it instead of duplicating the logic. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>