sched: Remove proliferation of wait_on_bit() action functions
[deliverable/linux.git] / fs / nfs / inode.c
index 9927913c97c2eb80909d7e4a06f033046f1bcdc5..b7b710e7d08ecde0e116ebe97883c0703819d56d 100644 (file)
@@ -1074,8 +1074,8 @@ int nfs_revalidate_mapping(struct inode *inode, struct address_space *mapping)
         * the bit lock here if it looks like we're going to be doing that.
         */
        for (;;) {
-               ret = wait_on_bit(bitlock, NFS_INO_INVALIDATING,
-                                 nfs_wait_bit_killable, TASK_KILLABLE);
+               ret = wait_on_bit_action(bitlock, NFS_INO_INVALIDATING,
+                                        nfs_wait_bit_killable, TASK_KILLABLE);
                if (ret)
                        goto out;
                spin_lock(&inode->i_lock);
This page took 0.024401 seconds and 5 git commands to generate.