dm io: remove old interface
[linux-2.6-block.git] / drivers / md / dm.c
index 3668b170ea68f7c11cb8fc850ddf1babeb7eaa5a..2717a355dc5bf6847243de88f78fd540da5e941b 100644 (file)
@@ -1012,7 +1012,7 @@ static struct mapped_device *alloc_dev(int minor)
        if (!md->tio_pool)
                goto bad3;
 
-       md->bs = bioset_create(16, 16, 4);
+       md->bs = bioset_create(16, 16);
        if (!md->bs)
                goto bad_no_bioset;
 
@@ -1236,6 +1236,7 @@ void dm_put(struct mapped_device *md)
                free_dev(md);
        }
 }
+EXPORT_SYMBOL_GPL(dm_put);
 
 /*
  * Process the deferred bios