[dm-devel] [PATCH v2 4/4] dm: use bioset_create_nobvec()

Mike Snitzer snitzer at redhat.com
Mon Oct 6 00:24:49 UTC 2014


On Sun, Oct 05 2014 at  7:06pm -0400,
Junichi Nomura <j-nomura at ce.jp.nec.com> 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.




More information about the dm-devel mailing list