commit | e4642c0764d6c97b2214ce1cc65d98a4373f8bb0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Aug 30 11:17:21 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Sep 25 14:46:55 2023 -0700 |
tree | 8f44ddc11eca11c3111a0f7a7d6a60a886647d82 | |
parent | d2c60f39c957dacbf6552c9ec4ed7726df388864 [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>