On Tue, Sep 20, 2016 at 10:05:02AM -0400, je...@suse.com wrote:
> From: Jeff Mahoney
>
> 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
On Tue, Sep 20, 2016 at 10:05:02AM -0400, je...@suse.com wrote:
> static struct btrfs_block_group_cache *
> diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
> index 6fdc701..c9bb727 100644
> --- a/fs/btrfs/extent_io.c
> +++ b/fs/btrfs/extent_io.c
> @@ -2186,6 +2187,7 @@ void btrfs_free_io_
From: Jeff Mahoney
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 alon