]> www.infradead.org Git - nvme.git/commit
btrfs: output the unrecognized super block flags as hex
authorQu Wenruo <wqu@suse.com>
Fri, 14 Jun 2024 04:22:29 +0000 (13:52 +0930)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:29 +0000 (15:33 +0200)
commitcf31b271e0a65fadb675a6cec433e08ab636f36d
tree7d07d56fc8ecfaf92a1d90068dda363d6363879f
parent14114c98a89cad71698c9c29a038fd871cf8078f
btrfs: output the unrecognized super block flags as hex

Most of the extra super block flags are beyond 32bits (from
CHANGING_FSID_V2 to CHANGING_*_CSUMS), thus using %llu is not only too
long and pretty hard to read.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c