Message ID | 1474607024-21240-1-git-send-email-yunlong.song@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Signed-off-by: Yunlong Song <yunlong.song@huawei.com> --- include/linux/blk_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)