diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 40c262b3f9ff..56dcec572b0a 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -770,6 +770,7 @@ static int fuse_check_page(struct page *page) 1 << PG_uptodate | 1 << PG_lru | 1 << PG_active | + 1 << PG_workingset | 1 << PG_reclaim | 1 << PG_waiters))) { pr_warn("trying to steal weird page\n");