commit | 5af3981c1878b0657b9babd2ef7ec98c2008cf2c | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Jun 12 07:50:13 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Tue Jun 12 07:50:13 2007 -0400 |
tree | 084068ff090eab1a8235c6bdd9f49563a51675a6 | |
parent | 84f54cfa78c81991e087309a9b379f25f1ffdb10 [diff] [blame] |
Btrfs: printk fixes Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 0564a73..13c3028 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c
@@ -102,7 +102,7 @@ ret = btrfs_del_item(trans, root, path); } else { btrfs_set_root_refs(ri, refs - 1); -printk("ref now %u root %llu %Lu %u\n", refs -1, key->objectid, key->offset, key->flags); + WARN_ON(1); mark_buffer_dirty(path->nodes[0]); } out: