commit | ab8d0fc48dba09e0a2b8b0dbfe144d4de9eb874f | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <[email protected]> | Tue Sep 20 10:05:02 2016 -0400 |
committer | David Sterba <[email protected]> | Mon Sep 26 19:37:04 2016 +0200 |
tree | e6ac2c4d2f3d81a0d7b3b398db3fb48f2ed1630c | |
parent | 62e855771dacf7c4d6daf9741642a965e7066d31 [diff] |
btrfs: convert pr_* to btrfs_* where possible 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 <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>