From: yury Date: Mon, 2 Oct 2006 09:47:38 +0000 (+0000) Subject: - comment re-defined macros in obdclass. X-Git-Tag: v1_8_0_110~486^2~734 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3eee02d8e6d45421a9b8b19990d6d7bae0f45b53;p=fs%2Flustre-release.git - comment re-defined macros in obdclass. --- 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) {