Re: [PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'

2021-01-04 Thread Christoph Hellwig
On Wed, Dec 30, 2020 at 08:32:55AM +0800, Ming Lei wrote: > This bioset is just for allocating bio only from bio_next_split, and it > needn't > bvecs, so remove the flag. Overly long line above. Otherwise looks good: Reviewed-by: Christoph Hellwig

[PATCH 6/6] bcache: don't pass BIOSET_NEED_BVECS for the 'bio_set' embedded in 'cache_set'

2020-12-29 Thread Ming Lei
This bioset is just for allocating bio only from bio_next_split, and it needn't bvecs, so remove the flag. Cc: linux-bca...@vger.kernel.org Cc: Coly Li Signed-off-by: Ming Lei --- drivers/md/bcache/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git