提交 a5005c3c 编写于 作者: M Miklos Szeredi

fuse: fix weird page warning

When PageWaiters was added, updating this check was missed.
Reported-by: NNikolaus Rath <Nikolaus@rath.org>
Reported-by: NHugh Dickins <hughd@google.com>
Fixes: 62906027 ("mm: add PageWaiters indicating tasks are waiting for a page bit")
Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
上级 00589386
......@@ -771,7 +771,8 @@ static int fuse_check_page(struct page *page)
1 << PG_uptodate |
1 << PG_lru |
1 << PG_active |
1 << PG_reclaim))) {
1 << PG_reclaim |
1 << PG_waiters))) {
dump_page(page, "fuse: trying to steal weird page");
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册