aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-03-24 15:02:04 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:01 -0400
commita9218f6b00ada101c9772ee9c44af04fa5125d2a (patch)
tree2d4896c8cbbcdf0544576a4af48889501345360a /fs/btrfs/extent-tree.c
parent7d1660d411a24f9b5a2f38e41c9896d7151c934f (diff)
Add /dev/btrfs-control for device scanning ioctls
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r--fs/btrfs/extent-tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
index 5e392804ab15..14eb8fc87015 100644
--- a/fs/btrfs/extent-tree.c
+++ b/fs/btrfs/extent-tree.c
@@ -374,10 +374,6 @@ again:
374 found_group = cache; 374 found_group = cache;
375 goto found; 375 goto found;
376 } 376 }
377 if (full_search) {
378 printk("failed on cache %Lu used %Lu total %Lu\n",
379 cache->key.objectid, used, cache->key.offset);
380 }
381 cond_resched(); 377 cond_resched();
382 } 378 }
383 if (!full_search) { 379 if (!full_search) {