lkml.org 
[lkml]   [2020]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mm: fix long time stall from mm_populate
On Mon, Feb 10, 2020 at 04:19:58PM -0800, Minchan Kim wrote:
> filemap_fault
> find a page form page(PG_uptodate|PG_readahead|PG_writeback)

Uh ... That shouldn't be possible.

/*
* Same bit is used for PG_readahead and PG_reclaim.
*/
if (PageWriteback(page))
return;

ClearPageReadahead(page);

\
 
 \ /
  Last update: 2020-02-11 02:11    [W:1.781 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site