Btrfs: convert printk to btrfs_ and fix BTRFS prefix
Convert all applicable cases of printk and pr_* to the btrfs_* macros. Fix all uses of the BTRFS prefix. Signed-off-by: Frank Holton <fholton@gmail.com> Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
This commit is contained in:

committed by
Chris Mason

parent
5de865eebb
commit
efe120a067
@@ -1234,7 +1234,7 @@ static int find_extent_clone(struct send_ctx *sctx,
|
||||
if (!backref_ctx->found_itself) {
|
||||
/* found a bug in backref code? */
|
||||
ret = -EIO;
|
||||
printk(KERN_ERR "btrfs: ERROR did not find backref in "
|
||||
btrfs_err(sctx->send_root->fs_info, "did not find backref in "
|
||||
"send_root. inode=%llu, offset=%llu, "
|
||||
"disk_byte=%llu found extent=%llu\n",
|
||||
ino, data_offset, disk_byte, found_key.objectid);
|
||||
@@ -4648,7 +4648,7 @@ static int full_send_tree(struct send_ctx *sctx)
|
||||
spin_unlock(&send_root->root_item_lock);
|
||||
|
||||
if (ctransid != start_ctransid) {
|
||||
WARN(1, KERN_WARNING "btrfs: the root that you're trying to "
|
||||
WARN(1, KERN_WARNING "BTRFS: the root that you're trying to "
|
||||
"send was modified in between. This is "
|
||||
"probably a bug.\n");
|
||||
ret = -EIO;
|
||||
|
Reference in New Issue
Block a user