On Tue, Dec 18, 2012 at 03:10:24PM +0100, Jan Steffens wrote:
> if (!caching_ctl) {
> BUG_ON(!block_group_cache_done(block_group));
> ret = btrfs_remove_free_space(block_group, start, num_bytes);
> BUG_ON(ret); /* -ENOMEM */ // <<< 6185
The actual value of ret is = -11 = -EAGAIN (EAX: fffffff5 in the report)
> } else {
> mutex_lock(&caching_ctl->mutex);
>
> if (start >= caching_ctl->progress) {
> ret = add_excluded_extent(root, start, num_bytes);
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html