Commit 690d5777 authored by Christoph Lameter's avatar Christoph Lameter Committed by Pekka Enberg

slob: No need to zero mapping since it is no longer in use

Reviewed-by: default avatarJoonsoo Kim <js1304@gmail.com>
Acked-by: default avatarDavid Rientjes <rientjes@google.com>
Signed-off-by: default avatarChristoph Lameter <cl@linux.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent b8c24c4a
......@@ -97,7 +97,6 @@ typedef struct slob_block slob_t;
static inline void free_slob_page(struct page *sp)
{
reset_page_mapcount(sp);
sp->mapping = NULL;
}
/*
......
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