]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/relocation.c
Merge branch 'for-linus-3.6' of git://dev.laptop.org/users/dilinger/linux-olpc
[karo-tx-linux.git] / fs / btrfs / relocation.c
index c5dbd91496790a3279b8044552f6664666b68a52..4da08652004d5dc2803dba510c0f9b015607b4a1 100644 (file)
@@ -1241,7 +1241,7 @@ static int __must_check __add_reloc_root(struct btrfs_root *root)
        if (rb_node) {
                btrfs_panic(root->fs_info, -EEXIST, "Duplicate root found "
                            "for start=%llu while inserting into relocation "
-                           "tree\n");
+                           "tree\n", node->bytenr);
                kfree(node);
                return -EEXIST;
        }