On Tue, Sep 20, 2016 at 10:05:02AM -0400, jeffm@suse.com wrote:
From: Jeff Mahoney <redacted>
For many printks, we want to know which file system issued the message.
This patch converts most pr_* calls to use the btrfs_* versions instead.
In some cases, this means adding plumbing to allow call sites access to
an fs_info pointer.
fs/btrfs/check-integrity.c is left alone for another day.
Signed-off-by: Jeff Mahoney <redacted>
I've spotted some extra newline in one of the messages so I went through
the patch again and did some whitespace changes (shifting the strings
left where it exceeded 80 cols, though it hasn't helped too much).
Reviewed-by: David Sterba <dsterba@suse.com>
Otherwise I like this series, we'll get almost all messges prefixed.