sched: Remove proliferation of wait_on_bit() action functions
[deliverable/linux.git] / fs / nfs / pnfs.c
index 6fdcd233d6f7b2bd7cf254016af820b997b0e6ed..a8914b3356174a5063369452bc73fab7c0b8db2e 100644 (file)
@@ -1885,7 +1885,7 @@ pnfs_layoutcommit_inode(struct inode *inode, bool sync)
        if (test_and_set_bit(NFS_INO_LAYOUTCOMMITTING, &nfsi->flags)) {
                if (!sync)
                        goto out;
-               status = wait_on_bit_lock(&nfsi->flags,
+               status = wait_on_bit_lock_action(&nfsi->flags,
                                NFS_INO_LAYOUTCOMMITTING,
                                nfs_wait_bit_killable,
                                TASK_KILLABLE);
This page took 0.045446 seconds and 5 git commands to generate.