diff options
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 4 |
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) { |