make BIO_MAX_VECS unsigned, like the kernel definition

Signed-off-by: Brett Holman <bholman.devel@gmail.com>
This commit is contained in:
Brett Holman 2021-10-16 13:41:43 -06:00
parent 2b8c1fc5c9
commit 76821f0760

View File

@ -6,7 +6,7 @@
#include <linux/kobject.h> #include <linux/kobject.h>
#include <linux/types.h> #include <linux/types.h>
#define BIO_MAX_VECS 256 #define BIO_MAX_VECS 256U
typedef unsigned fmode_t; typedef unsigned fmode_t;