]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/kmod.c
Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/usb...
[karo-tx-linux.git] / kernel / kmod.c
index 47613dfb7b28c340825493ed36a4c3347a39290d..ddc7644c1305cf926364b0d1682e5d668367f08b 100644 (file)
@@ -274,7 +274,7 @@ static void __call_usermodehelper(struct work_struct *work)
  * (used for preventing user land processes from being created after the user
  * land has been frozen during a system-wide hibernation or suspend operation).
  */
-static int usermodehelper_disabled;
+static int usermodehelper_disabled = 1;
 
 /* Number of helpers running */
 static atomic_t running_helpers = ATOMIC_INIT(0);