diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-11-23 03:04:34 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-11-23 03:05:20 -0500 |
commit | bca8b084ad754afc54e628d9db7721b90d9480b7 (patch) | |
tree | a7e1afcc7026f8ca12f6d18868cb8fc9bb100e80 /include/linux/blkdev.h | |
parent | c416528eaab6c8cd255e63a1505d4e348ff18b6e (diff) |
Update bcachefs sources to da7fefde29 bcachefs: shim for userspace raid library
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 1d5581dc..e4982f96 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -6,6 +6,8 @@ #include <linux/kobject.h> #include <linux/types.h> +#define BIO_MAX_PAGES 256 + typedef unsigned fmode_t; struct bio; |