Re: BUG during log recovery
From: David Sterba <hidden>
Date: 2012-12-19 16:15:27
From: David Sterba <hidden>
Date: 2012-12-19 16:15:27
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 */ // <<< 6185The 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);