aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/kmod.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kmod.h b/include/linux/kmod.h
index 722f477c4ef7..1b5985855ffc 100644
--- a/include/linux/kmod.h
+++ b/include/linux/kmod.h
@@ -54,6 +54,8 @@ enum umh_wait {
54 UMH_WAIT_PROC = 1, /* wait for the process to complete */ 54 UMH_WAIT_PROC = 1, /* wait for the process to complete */
55}; 55};
56 56
57#define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */
58
57struct subprocess_info { 59struct subprocess_info {
58 struct work_struct work; 60 struct work_struct work;
59 struct completion *complete; 61 struct completion *complete;