btrfs: push printk index code into their respective helpers
authorJosef Bacik <josef@toxicpanda.com>
Wed, 19 Oct 2022 14:50:50 +0000 (10:50 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:41 +0000 (18:00 +0100)
commitbbde07a40a13cc5a3483eaeb52e9bb3b61d2cf57
tree1ba4f3a6ab5723edff3720274f891a454da8de04
parent9b569ea0be6fb27a4985acc9325896a3edc95ede
btrfs: push printk index code into their respective helpers

The printk index work can be pushed into the printk helpers themselves,
this allows us to further sanitize messages.h, removing the last
include in the header itself.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/messages.h
fs/btrfs/super.c