Re: [PATCH] btrfs: print-tree: print header owner as signed
David Sterba <[email protected]>
| Newsgroups | org.kernel.vger.linux-btrfs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 22, 2026 at 08:00:06PM +0800, sun k wrote: > Looks good. > > Reviewed-by: Sun YangKai <[email protected]> > > BTW, this reminds me the print-tree result of dir items that points to a > subvol, which currently looks like this: > > item 4 key (256 DIR_ITEM 224155391) itemoff 15967 itemsize 48 > location key (43123 ROOT_ITEM 18446744073709551615) type DIR > transid 896627 data_len 0 name_len 18 > name: home.20260621T2000 > > And I wonder if we can also print the location key's offset field as s64 > to make it easier to read. It should be consistent for the ROOT_ITEM and references and we can actually print the name of the tree, as is done in dump-tree output.