mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:10:52 +07:00
JFS: Fix sparse warning
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
parent
dcc9871270
commit
7a694ca749
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user