commit | ad9951cb25b672b9585780c747a20fbcf1c45a09 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:37 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Jul 09 15:37:06 2024 -0700 |
tree | ca0d11b7f40189d18a7af29db46c025c7da78c06 | |
parent | 2c95e510b8704a87590ab647258d494634a3d68a [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>