[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1474607024-21240-1-git-send-email-yunlong.song@huawei.com>
Date: Fri, 23 Sep 2016 13:03:44 +0800
From: Yunlong Song <yunlong.song@...wei.com>
To: <axboe@...nel.dk>, <linux-block@...r.kernel.org>,
<sylinux@....com>, <yunlong.song@...wei.com>
CC: <bintian.wang@...wei.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] block: Change BIO_RESET_BITS to current proper value
Signed-off-by: Yunlong Song <yunlong.song@...wei.com>
---
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
Powered by blists - more mailing lists