提交 690d5777 编写于 作者: C Christoph Lameter 提交者: Pekka Enberg

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

Reviewed-by: NJoonsoo Kim <js1304@gmail.com>
Acked-by: NDavid Rientjes <rientjes@google.com>
Signed-off-by: NChristoph Lameter <cl@linux.com>
Signed-off-by: NPekka Enberg <penberg@kernel.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册