diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_io.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/page_io.c b/mm/page_io.c index 3475733b1926..d975fa3f02aa 100644 --- a/mm/page_io.c +++ b/mm/page_io.c @@ -405,8 +405,7 @@ int swap_readpage(struct page *page, bool synchronous) bio_get(bio); qc = submit_bio(bio); while (synchronous) { - __set_current_state(TASK_UNINTERRUPTIBLE); - + set_current_state(TASK_UNINTERRUPTIBLE); if (!READ_ONCE(bio->bi_private)) break; |