[PATCH] block: Change BIO_RESET_BITS to current proper value

From: Yunlong Song
Date: Fri Sep 23 2016 - 00:53:48 EST


Signed-off-by: Yunlong Song <yunlong.song@xxxxxxxxxx>
---
include/linux/blk_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h
index 436f43f..b7221b3 100644
--- a/include/linux/blk_types.h
+++ b/include/linux/blk_types.h
@@ -117,7 +117,7 @@ struct bio {
* Flags starting here get preserved by bio_reset() - this includes
* BVEC_POOL_IDX()
*/
-#define BIO_RESET_BITS 10
+#define BIO_RESET_BITS 9

/*
* We support 6 different bvec pools, the last one is magic in that it
--
1.8.5.2