From: ericm Date: Sun, 14 Dec 2003 08:11:57 +0000 (+0000) Subject: liblustre: X-Git-Tag: v1_7_0_51~2^7~154 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=726d7e20554f99a6a711d3af56cabdb7f6e2268c;p=fs%2Flustre-release.git liblustre: supress compile warning about LIST_HEAD. I remember I'v tried this before, but can't remember why that time failed. --- diff --git a/lustre/liblustre/namei.c b/lustre/liblustre/namei.c index 1dceb8b..9772639 100644 --- a/lustre/liblustre/namei.c +++ b/lustre/liblustre/namei.c @@ -38,6 +38,8 @@ #include #include +#undef LIST_HEAD + #include "llite_lib.h" static void ll_intent_release(struct lookup_intent *it)