commit | 048a6de7e9ba68b30d6fc41800a362b5c67581fb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 30 11:17:21 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Oct 04 16:26:15 2023 -0700 |
tree | 8f44ddc11eca11c3111a0f7a7d6a60a886647d82 | |
parent | 6e2d31d7333f73dd5f6703d30762d1d62cdd8469 [diff] |
xfs_db: create unlinked inodes Create an expert-mode debugger command to create unlinked inodes. This will hopefully aid in simulation of leaked unlinked inode handling in the kernel and elsewhere. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>