Loading fs/btrfs/extent-tree.c +3 −0 Original line number Diff line number Diff line Loading @@ -2984,6 +2984,9 @@ static int noinline find_free_extent(struct btrfs_trans_handle *trans, *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; } Loading Loading
fs/btrfs/extent-tree.c +3 −0 Original line number Diff line number Diff line Loading @@ -2984,6 +2984,9 @@ static int noinline find_free_extent(struct btrfs_trans_handle *trans, *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; } Loading