]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/btrfs/extent-tree.c
Btrfs: Add some debugging around the ENOSPC bugs
[net-next-2.6.git] / fs / btrfs / extent-tree.c
index 6c29669d81a29e7bd78db36c6d0fea099cd7026c..b0f2241274fdc02c59b47810e59b63c9f05fed97 100644 (file)
@@ -2984,6 +2984,9 @@ loop_check:
                        *last_ptr = ins->objectid + ins->offset;
                ret = 0;
        } else if (!ret) {
+               printk(KERN_ERR "we were searching for %Lu bytes, num_bytes %Lu,"
+                      " loop %d, allowed_alloc %d\n", total_needed, num_bytes,
+                      loop, allowed_chunk_alloc);
                ret = -ENOSPC;
        }