Whamcloud - gitweb
LU-1346 libcfs: cleanup macros in portals_compat25.h
[fs/lustre-release.git] / lustre / obdclass / obd_config.c
index 645e56b..ecaa4a9 100644 (file)
@@ -1071,7 +1071,7 @@ static int process_param2_config(struct lustre_cfg *lcfg)
        }
 
        do_gettimeofday(&start);
-       rc = USERMODEHELPER(argv[0], argv, NULL);
+       rc = call_usermodehelper(argv[0], argv, NULL, 0);
        do_gettimeofday(&end);
 
        if (rc < 0) {