Re: [PATCH 4/5] btrfs: convert pr_* to btrfs_* where possible

2016-09-23 Thread David Sterba
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

Re: [PATCH 4/5] btrfs: convert pr_* to btrfs_* where possible

2016-09-21 Thread David Sterba
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_

[PATCH 4/5] btrfs: convert pr_* to btrfs_* where possible

2016-09-20 Thread jeffm
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