Commit 7a694ca7 authored by Dave Kleikamp's avatar Dave Kleikamp

JFS: Fix sparse warning

Signed-off-by: default avatarDave Kleikamp <shaggy@austin.ibm.com>
parent dcc98712
...@@ -198,7 +198,7 @@ static void init_once(void *foo, kmem_cache_t *cachep, unsigned long flags) ...@@ -198,7 +198,7 @@ static void init_once(void *foo, kmem_cache_t *cachep, unsigned long flags)
} }
} }
static inline struct metapage *alloc_metapage(int gfp_mask) static inline struct metapage *alloc_metapage(unsigned int gfp_mask)
{ {
return mempool_alloc(metapage_mempool, gfp_mask); return mempool_alloc(metapage_mempool, gfp_mask);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment