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

Junichi Nomura j-nomura at ce.jp.nec.com
Sun Oct 5 23:06:43 UTC 2014


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.

-- 
Jun'ichi Nomura, NEC Corporation




More information about the dm-devel mailing list