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:
parent
b8c24c4aef
commit
690d577739
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ typedef struct slob_block slob_t;
|
||||||
static inline void free_slob_page(struct page *sp)
|
static inline void free_slob_page(struct page *sp)
|
||||||
{
|
{
|
||||||
reset_page_mapcount(sp);
|
reset_page_mapcount(sp);
|
||||||
sp->mapping = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue