Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent b8c24c4a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}

/*