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:
0bcbb70
)
liblustre:
author
ericm
<ericm>
Sun, 14 Dec 2003 08:11:57 +0000
(08:11 +0000)
committer
ericm
<ericm>
Sun, 14 Dec 2003 08:11:57 +0000
(08:11 +0000)
supress compile warning about LIST_HEAD. I remember I'v tried this
before, but can't remember why that time failed.
lustre/liblustre/namei.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/namei.c
b/lustre/liblustre/namei.c
index
1dceb8b
..
9772639
100644
(file)
--- a/
lustre/liblustre/namei.c
+++ b/
lustre/liblustre/namei.c
@@
-38,6
+38,8
@@
#include <inode.h>
#include <file.h>
+#undef LIST_HEAD
+
#include "llite_lib.h"
static void ll_intent_release(struct lookup_intent *it)