]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/kmod.c
[XFRM]: Fix protocol field value for outgoing IPv6 GSO packets
[linux-2.6-omap-h63xx.git] / kernel / kmod.c
index 1b7157af051c44f01f4d928728e819c80c12edc3..1d32defa38abe5ab08114281e93d92ccf947ecb3 100644 (file)
@@ -233,7 +233,7 @@ static void __call_usermodehelper(void *data)
 int call_usermodehelper_keys(char *path, char **argv, char **envp,
                             struct key *session_keyring, int wait)
 {
-       DECLARE_COMPLETION(done);
+       DECLARE_COMPLETION_ONSTACK(done);
        struct subprocess_info sub_info = {
                .complete       = &done,
                .path           = path,