* [PATCH] mm: swap: Fixed missing a blank line after declarations
@ 2015-05-01 4:46 Adir Kuhn
0 siblings, 0 replies; only message in thread
From: Adir Kuhn @ 2015-05-01 4:46 UTC (permalink / raw)
To: rafael.j.wysocki; +Cc: linux-mm, Adir Kuhn
Fixed missing a blank line after declarations
Signed-off-by: Adir Kuhn <adirkuhn@gmail.com>
---
mm/swap.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/mm/swap.c b/mm/swap.c
index a7251a8..de83fca 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -451,6 +451,7 @@ static void pagevec_move_tail_fn(struct page *page, struct lruvec *lruvec,
if (PageLRU(page) && !PageActive(page) && !PageUnevictable(page)) {
enum lru_list lru = page_lru_base_type(page);
+
list_move_tail(&page->lru, &lruvec->lists[lru]);
(*pgmoved)++;
}
--
2.1.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-01 4:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-01 4:46 [PATCH] mm: swap: Fixed missing a blank line after declarations Adir Kuhn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox