Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218905
b: refs/heads/master
c: 2027ae1
h: refs/heads/master
i:
  218903: 94ea05c
v: v3
  • Loading branch information
Nicolas Kaiser authored and Jens Axboe committed Oct 28, 2010
1 parent 446ef3f commit 4d6c1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51a0bb0c2e614659132fce272c8a1815a12c5c2a
refs/heads/master: 2027ae1fa914640c287171035cb607a03ad36e95
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2982,7 +2982,7 @@ static int drbd_create_mempools(void)

drbd_ee_mempool = mempool_create(number,
mempool_alloc_slab, mempool_free_slab, drbd_ee_cache);
if (drbd_request_mempool == NULL)
if (drbd_ee_mempool == NULL)
goto Enomem;

/* drbd's page pool */
Expand Down

0 comments on commit 4d6c1d3

Please sign in to comment.