X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Fbtrfs%2Fsend.c;h=6e8184f239e00bf9cd2bd667ed58afdd659b72d3;hp=c0074d2d7d6d2788d1909f5a945addaa7fc065c8;hb=f5686e3acdfd8b2559ed6988f85374c36e1fed4c;hpb=63a9c7b9ceaad9b2d8bd482abd44e2068b828b00 diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index c0074d2d7d6d..6e8184f239e0 100644 --- a/fs/btrfs/send.c +++ b/fs/btrfs/send.c @@ -6454,7 +6454,7 @@ static void btrfs_root_dec_send_in_progress(struct btrfs_root* root) */ if (root->send_in_progress < 0) btrfs_err(root->fs_info, - "send_in_progres unbalanced %d root %llu", + "send_in_progress unbalanced %d root %llu", root->send_in_progress, root->root_key.objectid); spin_unlock(&root->root_item_lock); }