diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-09-11 17:36:28 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-09-23 08:49:22 +0200 |
commit | cee3aa138724fd354acd5947d96a3d295b606899 (patch) | |
tree | 0179de2ce278e6ce95eadfb06eb3701e9ccea8bf /scripts/test_doc_build.py | |
parent | 93f818e62a081c707e6833f3ba2b7fa25c90199c (diff) |
btrfs: print-tree: print information about inode ref items
Currently we ignore inode ref items, we just print their key, item offset
in the leaf and their size, no information about their content like the
index number, name length and name.
Improve on this by printing the index and name length in the same format
as btrfs-progs. Note that we don't print the name, as that would require
some processing and escaping like we do in btrfs-progs, and that could
expose sensitive information for some users in case they share their
dmesg/syslog and it contains a leaf dump. So for now leave names out.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/test_doc_build.py')
0 files changed, 0 insertions, 0 deletions