Skip to content

Commit

Permalink
slob: No need to zero mapping since it is no longer in use
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Jun 14, 2012
1 parent b8c24c4 commit 690d577
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 690d577

Please sign in to comment.