Whamcloud - gitweb
Remove liblustre-build-breaking l_wait_event define, and get rid of wait_event
authorshaver <shaver>
Mon, 10 Mar 2003 07:22:15 +0000 (07:22 +0000)
committershaver <shaver>
Mon, 10 Mar 2003 07:22:15 +0000 (07:22 +0000)
while I'm at it.

lustre/include/liblustre.h

index 90945f1..6144432 100644 (file)
@@ -347,8 +347,6 @@ extern struct task_struct *current;
 
 #define init_waitqueue_head(l) INIT_LIST_HEAD(&(l)->sleepers)
 #define wake_up(l) do { int a; a++; } while (0)
-#define wait_event(l,m) do { int a; a++; } while (0)
-#define l_wait_event(l,m,i) do { int a; a++; } while (0)
 #define TASK_INTERRUPTIBLE 0
 #define TASK_UNINTERRUPTIBLE 1
 #define TASK_RUNNING 2