]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/staging/lustre/lustre/obdclass/lu_object.c
sched/wait: Rename wait_queue_t => wait_queue_entry_t
[mirror_ubuntu-hirsute-kernel.git] / drivers / staging / lustre / lustre / obdclass / lu_object.c
index abcf951208d21382af0354db966fd213b05db6f3..76ae600ae2c8f959e9e79bb7f39b36c193a1106e 100644 (file)
@@ -556,7 +556,7 @@ EXPORT_SYMBOL(lu_object_print);
 static struct lu_object *htable_lookup(struct lu_site *s,
                                       struct cfs_hash_bd *bd,
                                       const struct lu_fid *f,
-                                      wait_queue_t *waiter,
+                                      wait_queue_entry_t *waiter,
                                       __u64 *version)
 {
        struct lu_site_bkt_data *bkt;
@@ -670,7 +670,7 @@ static struct lu_object *lu_object_find_try(const struct lu_env *env,
                                            struct lu_device *dev,
                                            const struct lu_fid *f,
                                            const struct lu_object_conf *conf,
-                                           wait_queue_t *waiter)
+                                           wait_queue_entry_t *waiter)
 {
        struct lu_object      *o;
        struct lu_object      *shadow;
@@ -750,7 +750,7 @@ struct lu_object *lu_object_find_at(const struct lu_env *env,
 {
        struct lu_site_bkt_data *bkt;
        struct lu_object        *obj;
-       wait_queue_t       wait;
+       wait_queue_entry_t         wait;
 
        while (1) {
                obj = lu_object_find_try(env, dev, f, conf, &wait);