diff options
Diffstat (limited to 'mm/slab.c')
-rw-r--r-- | mm/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3242,7 +3242,7 @@ static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags) | |||
3242 | { | 3242 | { |
3243 | struct zonelist *zonelist; | 3243 | struct zonelist *zonelist; |
3244 | gfp_t local_flags; | 3244 | gfp_t local_flags; |
3245 | struct zone **z; | 3245 | struct zoneref *z; |
3246 | struct zone *zone; | 3246 | struct zone *zone; |
3247 | enum zone_type high_zoneidx = gfp_zone(flags); | 3247 | enum zone_type high_zoneidx = gfp_zone(flags); |
3248 | void *obj = NULL; | 3248 | void *obj = NULL; |