Whamcloud - gitweb
make the portals' definition of USERMODEHELPER blocking, too.
authorrread <rread>
Wed, 4 Jun 2003 22:27:19 +0000 (22:27 +0000)
committerrread <rread>
Wed, 4 Jun 2003 22:27:19 +0000 (22:27 +0000)
lnet/include/linux/kernel_compat.h
lustre/portals/include/linux/kernel_compat.h

index 6893c40..3037daa 100644 (file)
@@ -12,7 +12,7 @@
 #define SIGNAL_MASK_UNLOCK(task, flags)       \
         spin_unlock_irqrestore(&task->sighand->siglock, flags)
 #define USERMODEHELPER(path, argv, envp)       \
-        call_usermodehelper(path, argv, envp, 0)
+        call_usermodehelper(path, argv, envp, 1)
 #define RECALC_SIGPENDING       recalc_sigpending
 #define CURRENT_SECONDS         get_seconds()
 
index 6893c40..3037daa 100644 (file)
@@ -12,7 +12,7 @@
 #define SIGNAL_MASK_UNLOCK(task, flags)       \
         spin_unlock_irqrestore(&task->sighand->siglock, flags)
 #define USERMODEHELPER(path, argv, envp)       \
-        call_usermodehelper(path, argv, envp, 0)
+        call_usermodehelper(path, argv, envp, 1)
 #define RECALC_SIGPENDING       recalc_sigpending
 #define CURRENT_SECONDS         get_seconds()