linuxkpi: Define GFP_NOFS
in linux/gfp.h
Reviewed by: emaste, manu Approved by: emaste, manu Differential Revision: https://reviews.freebsd.org/D37910
This commit is contained in:
parent
591e291179
commit
c0c1c599c0
@ -72,6 +72,7 @@
|
||||
#define GFP_HIGHUSER_MOVABLE M_WAITOK
|
||||
#define GFP_IOFS M_NOWAIT
|
||||
#define GFP_NOIO M_NOWAIT
|
||||
#define GFP_NOFS M_NOWAIT
|
||||
#define GFP_DMA32 __GFP_DMA32
|
||||
#define GFP_TEMPORARY M_NOWAIT
|
||||
#define GFP_NATIVE_MASK (M_NOWAIT | M_WAITOK | M_USE_RESERVE | M_ZERO)
|
||||
|
Loading…
x
Reference in New Issue
Block a user