On Sun, Oct 05 2014 at 7:06pm -0400, Junichi Nomura <j-nomura@xxxxxxxxxxxxx> wrote: > On 10/04/14 06:27, Mike Snitzer wrote: > > @@ -3021,7 +3021,7 @@ struct dm_md_mempools *dm_alloc_md_mempools(unsigned type, unsigned integrity, u > > if (!pools->io_pool) > > goto out; > > > > - pools->bs = bioset_create(pool_size, front_pad); > > + pools->bs = bioset_nobvec_create(pool_size, front_pad); > > if (!pools->bs) > > goto out; > > Hi Mike, > > thank you for the rename. It's better. > But we have to s/nobvec_create/create_nobvec/ here, too. Oops, thanks for letting me know. I've fixed it and rebased linux-dm.git's for-next branch ontop of linux-block's for-3.18/core since Jens staged your 2 block patches. -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel