btrfs / btrfs-todo

An issues only repo to organize our TODO items
21 stars 2 forks source link

add strace support for new BTRFS_IOC_FS_INFO fields #11

Closed morbidrsa closed 2 years ago

morbidrsa commented 3 years ago

Starting with kernel v5.9 the BTRFS_IOC_FS_INFO ioctl can also query the checksum type, checksum length, filesystem generation and metadata UUID.

This information is not yet parsed by strace, so it needs decoder support there as well.

SahilKang commented 2 years ago

Thanks for highlighting this so clearly; I've submitted a patch to the strace mailing list

SahilKang commented 2 years ago

The patch got merged in https://github.com/strace/strace/commit/0966d2e3bb60ed1e0833f8c1b9b6619ea6bb783d so I think this issue is good to close