X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkmod.h;h=f8d4b2719450cfe58ae51882665fe074f45d941c;hb=ed549cef5a192eae889b36117beae72d4d68de79;hp=b16f6539073432ca9b206ac0be6531854942363c;hpb=31cbecb4ab538f433145bc5a46f3bea9b9627031;p=pandora-kernel.git diff --git a/include/linux/kmod.h b/include/linux/kmod.h index b16f65390734..f8d4b2719450 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h @@ -54,6 +54,8 @@ enum umh_wait { UMH_WAIT_PROC = 1, /* wait for the process to complete */ }; +#define UMH_KILLABLE 4 /* wait for EXEC/PROC killable */ + struct subprocess_info { struct work_struct work; struct completion *complete;