From ebbb2f39b1063007f06faa4212c49a75b2fa12f8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 9 Oct 2017 19:58:15 +0000 Subject: [PATCH] scst/include/backport.h: Follow-up for r7248 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7250 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/backport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/backport.h b/scst/include/backport.h index f2c0352a7..ee3f172c6 100644 --- a/scst/include/backport.h +++ b/scst/include/backport.h @@ -57,7 +57,7 @@ static inline struct bio_set *bioset_create_backport(unsigned int pool_size, return bioset_create(pool_size, front_pad); } #define bioset_create bioset_create_backport -#define BIOSET_NEED_BVECS 1 +#define BIOSET_NEED_BVECS 0 #endif /* */