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 /* */