fix gfp_t annotations for slub
Since we have use like ~SLUB_DMA, we ought to have the type set right in both cases. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -160,7 +160,7 @@ static inline struct kmem_cache *kmalloc_slab(size_t size)
|
|||||||
#define SLUB_DMA __GFP_DMA
|
#define SLUB_DMA __GFP_DMA
|
||||||
#else
|
#else
|
||||||
/* Disable DMA functionality */
|
/* Disable DMA functionality */
|
||||||
#define SLUB_DMA 0
|
#define SLUB_DMA (__force gfp_t)0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
|
void *kmem_cache_alloc(struct kmem_cache *, gfp_t);
|
||||||
|
Reference in New Issue
Block a user