]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: use the key format macros when printing keys
authorFilipe Manana <fdmanana@suse.com>
Wed, 15 Oct 2025 12:16:26 +0000 (13:16 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 21:03:02 +0000 (22:03 +0100)
commitaf1e800c0244a04f5eb0993745c23d974f262628
tree7f1ae6657997872d4352cfb21b79d3279455457c
parent95de4b097e25225d4deb5a33a4bfc27bb441f2d8
btrfs: use the key format macros when printing keys

Change all locations that print a key to use the new macros to print
them in order to ensure a consistent style and avoid repetitive code.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/backref.c
fs/btrfs/ctree.c
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/print-tree.c
fs/btrfs/qgroup.c
fs/btrfs/relocation.c
fs/btrfs/root-tree.c
fs/btrfs/send.c
fs/btrfs/tree-checker.c
fs/btrfs/tree-log.c