Whamcloud - gitweb
- comment re-defined macros in obdclass.
authoryury <yury>
Mon, 2 Oct 2006 09:47:38 +0000 (09:47 +0000)
committeryury <yury>
Mon, 2 Oct 2006 09:47:38 +0000 (09:47 +0000)
lustre/obdclass/linux/linux-sysctl.c

index fe5cd34..613c1d3 100644 (file)
@@ -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)
 {