sched: Remove proliferation of wait_on_bit() action functions
[deliverable/linux.git] / fs / nfs / file.c
index 4042ff58fe3f3d0b18d705774c3f6d975e642248..524dd80d189862db5a76a7bb9e8a263ce857ffeb 100644 (file)
@@ -361,8 +361,8 @@ start:
         * Prevent starvation issues if someone is doing a consistency
         * sync-to-disk
         */
-       ret = wait_on_bit(&NFS_I(mapping->host)->flags, NFS_INO_FLUSHING,
-                       nfs_wait_bit_killable, TASK_KILLABLE);
+       ret = wait_on_bit_action(&NFS_I(mapping->host)->flags, NFS_INO_FLUSHING,
+                                nfs_wait_bit_killable, TASK_KILLABLE);
        if (ret)
                return ret;
 
This page took 0.026551 seconds and 5 git commands to generate.