Whamcloud - gitweb
LU-14352 various: only use wake_up_all() on exclusive waitqs
[fs/lustre-release.git] / lustre / obdclass / lu_object.c
index 8e79c57..b05871f 100644 (file)
@@ -414,7 +414,7 @@ static void lu_object_free(const struct lu_env *env, struct lu_object *o)
        }
 
        if (waitqueue_active(wq))
-               wake_up_all(wq);
+               wake_up(wq);
 }
 
 /**