staging/lustre/libcfs: remove init_waitqueue_entry_current
[deliverable/linux.git] / drivers / staging / lustre / lustre / libcfs / upcall_cache.c
index 245b46f0dd960745d9cdfea2023b357000378c10..8a3b62d08e682ca66050bc8c4b09989abb25855f 100644 (file)
@@ -218,7 +218,7 @@ find_again:
                              MAX_SCHEDULE_TIMEOUT;
                long left;
 
-               init_waitqueue_entry_current(&wait);
+               init_waitqueue_entry(&wait, current);
                add_wait_queue(&entry->ue_waitq, &wait);
                set_current_state(TASK_INTERRUPTIBLE);
                spin_unlock(&cache->uc_lock);
This page took 0.027103 seconds and 5 git commands to generate.