Whamcloud - gitweb
LU-10560 libcfs: handle rename to wait_queue_entry_t
[fs/lustre-release.git] / lnet / klnds / o2iblnd / o2iblnd_cb.c
index 56928c5..84cf226 100644 (file)
@@ -3395,7 +3395,7 @@ int
 kiblnd_connd (void *arg)
 {
        spinlock_t        *lock= &kiblnd_data.kib_connd_lock;
-       wait_queue_t       wait;
+       wait_queue_entry_t wait;
        unsigned long      flags;
        kib_conn_t        *conn;
        int                timeout;
@@ -3643,7 +3643,7 @@ kiblnd_scheduler(void *arg)
        long                    id = (long)arg;
        struct kib_sched_info   *sched;
        kib_conn_t              *conn;
-       wait_queue_t            wait;
+       wait_queue_entry_t      wait;
        unsigned long           flags;
        struct ib_wc            wc;
        int                     did_something;
@@ -3785,7 +3785,7 @@ kiblnd_failover_thread(void *arg)
 {
        rwlock_t        *glock = &kiblnd_data.kib_global_lock;
        kib_dev_t       *dev;
-       wait_queue_t     wait;
+       wait_queue_entry_t wait;
        unsigned long    flags;
        int              rc;