Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375249
b: refs/heads/master
c: 09e8b81
h: refs/heads/master
i:
  375247: eec122f
v: v3
  • Loading branch information
Wei Yongjun authored and Alasdair G Kergon committed May 10, 2013
1 parent 0daf225 commit bf1f55b
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: fa4d683af3693863bec761e2761a07e4c1351f86
refs/heads/master: 09e8b813897a0f85bb401435d009228644c81214
1 change: 1 addition & 0 deletions trunk/drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv)
s->pending_pool = mempool_create_slab_pool(MIN_IOS, pending_cache);
if (!s->pending_pool) {
ti->error = "Could not allocate mempool for pending exceptions";
r = -ENOMEM;
goto bad_pending_pool;
}

Expand Down

0 comments on commit bf1f55b

Please sign in to comment.