[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FCC13AC.3070005@gmail.com>
Date: Sun, 03 Jun 2012 21:47:24 -0400
From: KOSAKI Motohiro <kosaki.motohiro@...il.com>
To: Hugh Dickins <hughd@...gle.com>
CC: Minchan Kim <minchan@...nel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
Mel Gorman <mgorman@...e.de>, Rik van Riel <riel@...hat.com>,
Dave Jones <davej@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Cong Wang <amwang@...hat.com>,
Markus Trippelsdorf <markus@...ppelsdorf.de>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
kosaki.motohiro@...il.com
Subject: Re: WARNING: at mm/page-writeback.c:1990 __set_page_dirty_nobuffers+0x13a/0x170()
>> - set_pageblock_migratetype(page, MIGRATE_MOVABLE);
>> - move_freepages_block(page_zone(page), page, MIGRATE_MOVABLE);
>> + set_pageblock_migratetype(start_page, MIGRATE_MOVABLE);
>> + move_freepages_block(page_zone(start_page), start_page, MIGRATE_MOVABLE);
>
> No. I guess we can assume the incoming page was valid (fair?),
> so should still use that, but something else for the loop iterator.
Fair. passed page is always valid.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists