Whamcloud - gitweb
LU-513 Make cfs_wait_event_interruptible_exclusive really exclusive
[fs/lustre-release.git] / libcfs / include / libcfs / linux / portals_compat25.h
index eeac81d..56a147b 100644 (file)
@@ -61,7 +61,7 @@
 #define cfs_wait_event_interruptible(wq, condition, ret)               \
         ret = wait_event_interruptible(wq, condition)
 #define cfs_wait_event_interruptible_exclusive(wq, condition, ret)     \
 #define cfs_wait_event_interruptible(wq, condition, ret)               \
         ret = wait_event_interruptible(wq, condition)
 #define cfs_wait_event_interruptible_exclusive(wq, condition, ret)     \
-        ret = wait_event_interruptible(wq, condition)
+        ret = wait_event_interruptible_exclusive(wq, condition)
 
 #define UML_PID(tsk) ((tsk)->pid)
 
 
 #define UML_PID(tsk) ((tsk)->pid)