Whamcloud - gitweb
- Fix build with rh 2.4.20 kernel series
authorjacob <jacob>
Fri, 1 Aug 2003 18:37:17 +0000 (18:37 +0000)
committerjacob <jacob>
Fri, 1 Aug 2003 18:37:17 +0000 (18:37 +0000)
r=phil
b=1663

lustre/include/linux/lustre_compat25.h

index 4b1c0d5..96e52c4 100644 (file)
@@ -38,8 +38,6 @@
 #define KDEVT_INIT(val)                 { .value = val }
 
 #define LTIME_S(time)                   (time.tv_sec)
-#define USERMODEHELPER(path, argv, envp) \
-                                        call_usermodehelper(path, argv, envp, 1)
 #define ll_path_lookup                  path_lookup
 #define ll_permission                   permission
 
@@ -73,8 +71,7 @@
 #ifndef CONFIG_RH_2_4_20
 #define cpu_online(cpu)                 (cpu_online_map & (1<<cpu))
 #endif
-#define USERMODEHELPER(path, argv, envp) \
-                                        call_usermodehelper(path, argv, envp)
+
 static inline int ll_path_lookup(const char *path, unsigned flags, 
                               struct nameidata *nd)
 {