slob: No need to zero mapping since it is no longer in use
Reviewed-by: Joonsoo Kim <js1304@gmail.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Родитель
b8c24c4aef
Коммит
690d577739
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче