Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mm/mlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ static void __putback_lru_fast(struct pagevec *pvec, int pgrescued)
static void __munlock_pagevec(struct pagevec *pvec, struct zone *zone)
{
int i;
int delta_munlocked = -nr;
int nr = pagevec_count(pvec);
int delta_munlocked;
struct pagevec pvec_putback;
int pgrescued = 0;

Expand Down