mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
make BIO_MAX_VECS unsigned, like the kernel definition
Signed-off-by: Brett Holman <bholman.devel@gmail.com>
This commit is contained in:
parent
2b8c1fc5c9
commit
76821f0760
@ -6,7 +6,7 @@
|
||||
#include <linux/kobject.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#define BIO_MAX_VECS 256
|
||||
#define BIO_MAX_VECS 256U
|
||||
|
||||
typedef unsigned fmode_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user