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

Commit 8deb88b1 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm/page-writeback.c: do not count anon pages as dirtyable memory"

parents 73976f91 ca6b845a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ extern unsigned long highest_memmap_pfn;
 */
extern int isolate_lru_page(struct page *page);
extern void putback_lru_page(struct page *page);
extern unsigned long zone_reclaimable_pages(struct zone *zone);
extern bool zone_reclaimable(struct zone *zone);

/*
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ static bool global_reclaim(struct scan_control *sc)
}
#endif

unsigned long zone_reclaimable_pages(struct zone *zone)
static unsigned long zone_reclaimable_pages(struct zone *zone)
{
	int nr;