Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a9b52b
)
Remove liblustre-build-breaking l_wait_event define, and get rid of wait_event
author
shaver
<shaver>
Mon, 10 Mar 2003 07:22:15 +0000
(07:22 +0000)
committer
shaver
<shaver>
Mon, 10 Mar 2003 07:22:15 +0000
(07:22 +0000)
while I'm at it.
lustre/include/liblustre.h
patch
|
blob
|
history
diff --git
a/lustre/include/liblustre.h
b/lustre/include/liblustre.h
index
90945f1
..
6144432
100644
(file)
--- a/
lustre/include/liblustre.h
+++ b/
lustre/include/liblustre.h
@@
-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