From 811f01aa3f3886f1da9cf9250ad9243b3dd4b897 Mon Sep 17 00:00:00 2001
From: brian <brian>
Date: Wed, 16 Jul 2008 17:54:43 +0000
Subject: [PATCH] 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.
---
 lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch | 2 +-
 lustre/kernel_patches/patches/qsnet-suse-2.6.patch  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch b/lustre/kernel_patches/patches/qsnet-rhel4-2.6.patch
index 6d584b4b7a..f198a43d9e 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)
 +
diff --git a/lustre/kernel_patches/patches/qsnet-suse-2.6.patch b/lustre/kernel_patches/patches/qsnet-suse-2.6.patch
index b312ab0332..27b5a52413 100644
--- a/lustre/kernel_patches/patches/qsnet-suse-2.6.patch
+++ b/lustre/kernel_patches/patches/qsnet-suse-2.6.patch
@@ -991,7 +991,7 @@ Index: LINUX-SRC-TREE/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)
 +
-- 
GitLab