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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux