summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 15:49:07 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 15:49:07 +1100
commit9a94c5efc4cc53e2e76d41e511cc1baa6a60eb03 (patch)
tree71077c19f3dc8d6fec01115196e8637da869abf8 /drivers/md/dm.c
parent2b554f8358021f5a34296f0ec67c2c227a51cec1 (diff)
parent4ae7dcc01d20caf76274b41276eb3f2b32b9971c (diff)
Merge commit 'block/for-next'
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r--drivers/md/dm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index c2d1ba204b04..f3c014fbf20c 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -1124,7 +1124,7 @@ static struct mapped_device *alloc_dev(int minor)
if (!md->tio_pool)
goto bad_tio_pool;
- md->bs = bioset_create(16, 16);
+ md->bs = bioset_create(16, 0, 0);
if (!md->bs)
goto bad_no_bioset;