tracing: extend sched_pi_setprio
[deliverable/linux.git] / mm / filemap.c
index 8a287dfc53722c724fa3ec21992609fa2a8c3c58..cbe57570a03d240817f408e9da43ade2d747b794 100644 (file)
@@ -1708,7 +1708,9 @@ find_page:
                         * wait_on_page_locked is used to avoid unnecessarily
                         * serialisations and why it's safe.
                         */
-                       wait_on_page_locked_killable(page);
+                       error = wait_on_page_locked_killable(page);
+                       if (unlikely(error))
+                               goto readpage_error;
                        if (PageUptodate(page))
                                goto page_ok;
 
This page took 0.038776 seconds and 5 git commands to generate.