Commit 239f49c0800778c863585a103805c58afbad6748
Committed by
Pekka Enberg
1 parent
f26a398891
Exists in
master
and in
4 other branches
slob: Fix to return wrong pointer
Although slob_alloc return NULL, __kmalloc_node returns NULL + align. Because align always can be changed, it is very hard for debugging problem of no page if it don't return NULL. We have to return NULL in case of no page. [penberg@cs.helsinki.fi: fix formatting as suggested by Matt.] Acked-by: Matt Mackall <mpm@selenic.com> Signed-off-by: MinChan Kim <minchan.kim@gmail.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff
mm/slob.c