]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/block/drbd/drbd_main.c
blk: replace bioset_create_nobvec() with a flags arg to bioset_create()
[karo-tx-linux.git] / drivers / block / drbd / drbd_main.c
index 84455c365f578892e5ba2f7d0da714b974959ce6..b395fe391171cdcd171be14add2f05697d4bd941 100644 (file)
@@ -2165,7 +2165,7 @@ static int drbd_create_mempools(void)
                goto Enomem;
 
        /* mempools */
-       drbd_md_io_bio_set = bioset_create(DRBD_MIN_POOL_PAGES, 0);
+       drbd_md_io_bio_set = bioset_create(DRBD_MIN_POOL_PAGES, 0, BIOSET_NEED_BVECS);
        if (drbd_md_io_bio_set == NULL)
                goto Enomem;