Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375248
b: refs/heads/master
c: fa4d683
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Alasdair G Kergon committed May 10, 2013
1 parent eec122f commit 0daf225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d793e684277124d55c5d2444007e224635821346
refs/heads/master: fa4d683af3693863bec761e2761a07e4c1351f86
1 change: 1 addition & 0 deletions trunk/drivers/md/dm-cache-target.c
Original file line number Diff line number Diff line change
Expand Up @@ -1971,6 +1971,7 @@ static int cache_create(struct cache_args *ca, struct cache **result)
atomic_set(&cache->nr_migrations, 0);
init_waitqueue_head(&cache->migration_wait);

r = -ENOMEM;
cache->nr_dirty = 0;
cache->dirty_bitset = alloc_bitset(from_cblock(cache->cache_size));
if (!cache->dirty_bitset) {
Expand Down

0 comments on commit 0daf225

Please sign in to comment.