summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-06-10 20:21:18 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-06-10 20:25:55 -0400
commitff578c6718bb6bbeb8f33f2f52ebfb4b4b28edc7 (patch)
treea7fb0b5b164387f889b60ba561c93a4a8f3b6650 /include/linux/blkdev.h
parent58ae103b0a2b5d881d6e8ff68fe17bb822148ce7 (diff)
Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from bch2_trans_kmalloc()
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 4300c4d..f60972c 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -6,7 +6,7 @@
#include <linux/kobject.h>
#include <linux/types.h>
-#define BIO_MAX_PAGES 256
+#define BIO_MAX_VECS 256
typedef unsigned fmode_t;