From 3eee02d8e6d45421a9b8b19990d6d7bae0f45b53 Mon Sep 17 00:00:00 2001 From: yury Date: Mon, 2 Oct 2006 09:47:38 +0000 Subject: [PATCH] - comment re-defined macros in obdclass. --- lustre/obdclass/linux/linux-sysctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/obdclass/linux/linux-sysctl.c b/lustre/obdclass/linux/linux-sysctl.c index fe5cd34..613c1d3 100644 --- a/lustre/obdclass/linux/linux-sysctl.c +++ b/lustre/obdclass/linux/linux-sysctl.c @@ -60,6 +60,7 @@ enum { OBD_DUMP_ON_EVICTION, /* dump kernel debug log upon eviction */ }; +#if 0 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,8) #define ll_proc_dointvec(table,write,filp,buffer,lenp,ppos) \ proc_dointvec(table,write,filp,buffer,lenp) @@ -73,6 +74,7 @@ enum { name(ctl_table *table, int write, struct file *filp, \ void *buffer, size_t *lenp, loff_t *ppos) #endif +#endif int LL_PROC_PROTO(proc_fail_loc) { -- 1.8.3.1