sched: Remove proliferation of wait_on_bit() action functions
[deliverable/linux.git] / fs / nfs / filelayout / filelayoutdev.c
index 44bf0140a4c77e2d787f8ee154aa0436f6d5d615..e2a0361e24c680165a93597ca3226b0fde5fd373 100644 (file)
@@ -783,8 +783,8 @@ nfs4_fl_select_ds_fh(struct pnfs_layout_segment *lseg, u32 j)
 static void nfs4_wait_ds_connect(struct nfs4_pnfs_ds *ds)
 {
        might_sleep();
-       wait_on_bit(&ds->ds_state, NFS4DS_CONNECTING,
-                       nfs_wait_bit_killable, TASK_KILLABLE);
+       wait_on_bit_action(&ds->ds_state, NFS4DS_CONNECTING,
+                          nfs_wait_bit_killable, TASK_KILLABLE);
 }
 
 static void nfs4_clear_ds_conn_bit(struct nfs4_pnfs_ds *ds)
This page took 0.025777 seconds and 5 git commands to generate.