From: brian Date: Wed, 16 Jul 2008 17:58:36 +0000 (+0000) Subject: b=16395 X-Git-Tag: v1_9_50~195 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=4f958e8d4ebe2b040d4ee01e9f205e15aecf8498 b=16395 i=Ricardo.M.Correia i=adilger Fix macro to conform to function-like-macros: http://gcc.gnu.org/onlinedocs/cpp/Function_002dlike-Macros.html#Function_002dlike-Macros Note that this error is in the upstream patches from Qaudrics. --- diff --git a/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch b/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch index 6d584b4..f198a43 100644 --- a/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch +++ b/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch @@ -1693,7 +1693,7 @@ Index: linux-269-5502/include/linux/ptrack.h + .ptrack_list = LIST_HEAD_INIT(tsk.ptrack_list) + +#else -+#define ptrack_call_callbacks (phase, child) (0) ++#define ptrack_call_callbacks(phase, child) (0) + +#define INIT_TASK_PTRACK(tsk) +