aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-04-28 16:40:52 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:02 -0400
commit4235298e4fc3c1a09f659cfe2fd285024eeb2241 (patch)
tree21700d3908215b4d9fe6089cb0cc6d96e340d875 /fs/btrfs/volumes.c
parentec44a35cbeb26ab2da84cb280d778260f2312feb (diff)
Btrfs: Drop some verbose printks
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/volumes.c')
-rw-r--r--fs/btrfs/volumes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
index 6476ecbf132e..9a7241134560 100644
--- a/fs/btrfs/volumes.c
+++ b/fs/btrfs/volumes.c
@@ -1282,7 +1282,6 @@ again:
1282 num_stripes, sub_stripes); 1282 num_stripes, sub_stripes);
1283 1283
1284 index = 0; 1284 index = 0;
1285printk("new chunk type %Lu start %Lu size %Lu\n", type, key.offset, *num_bytes);
1286 while(index < num_stripes) { 1285 while(index < num_stripes) {
1287 struct btrfs_stripe *stripe; 1286 struct btrfs_stripe *stripe;
1288 BUG_ON(list_empty(&private_devs)); 1287 BUG_ON(list_empty(&private_devs));
@@ -1299,7 +1298,6 @@ printk("new chunk type %Lu start %Lu size %Lu\n", type, key.offset, *num_bytes);
1299 BTRFS_FIRST_CHUNK_TREE_OBJECTID, key.offset, 1298 BTRFS_FIRST_CHUNK_TREE_OBJECTID, key.offset,
1300 calc_size, &dev_offset); 1299 calc_size, &dev_offset);
1301 BUG_ON(ret); 1300 BUG_ON(ret);
1302printk("alloc chunk start %Lu size %Lu from dev %Lu type %Lu\n", key.offset, calc_size, device->devid, type);
1303 device->bytes_used += calc_size; 1301 device->bytes_used += calc_size;
1304 ret = btrfs_update_device(trans, device); 1302 ret = btrfs_update_device(trans, device);
1305 BUG_ON(ret); 1303 BUG_ON(ret);