Message ID | 20091113170651.GD26371@localhost.localdomain (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 2a4cdce..197bc1b 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -399,6 +399,8 @@ err: put_caching_control(caching_ctl); atomic_dec(&block_group->space_info->caching_threads); + btrfs_put_block_group(block_group); + return 0; } @@ -439,6 +441,7 @@ static int cache_block_group(struct btrfs_block_group_cache *cache) up_write(&fs_info->extent_commit_sem); atomic_inc(&cache->space_info->caching_threads); + atomic_inc(&cache->count); tsk = kthread_run(caching_kthread, cache, "btrfs-cache-%llu\n", cache->key.objectid);