Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933600AbZDIMqr (ORCPT ); Thu, 9 Apr 2009 08:46:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764266AbZDIMqf (ORCPT ); Thu, 9 Apr 2009 08:46:35 -0400 Received: from mail-bw0-f169.google.com ([209.85.218.169]:44827 "EHLO mail-bw0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752616AbZDIMqd convert rfc822-to-8bit (ORCPT ); Thu, 9 Apr 2009 08:46:33 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WmDh49iHuUPFk1o3qtY9XwRLXLMZww/tJeEV1UgoQN+45kLnC9e0GfPcSMWEvGD0td HHCy3Df7ZMhpTX/STOtU3phEdquZoXH9hZdUVPFeQjfgTmJ5jAhhl9PGGwI2cEd7w75e kEsHaaXRxdOdEpK0IcHx7twOT33bh03pYrOOQ= MIME-Version: 1.0 In-Reply-To: <20090409023547.GA1878@gondor.apana.org.au> References: <8db1092f0904081235x58081f1by842ab45ad861e294@mail.gmail.com> <20090409021804.GA1756@gondor.apana.org.au> <20090409023547.GA1878@gondor.apana.org.au> Date: Thu, 9 Apr 2009 14:46:29 +0200 Message-ID: <8db1092f0904090546j54ac6759i9c36f214ce1109bc@mail.gmail.com> Subject: Re: [2.6.30-rc1] device-mapper: table: 254:0: crypt: Error allocating crypto tfm From: Maciej Rutecki To: Herbert Xu Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" , davem@davemloft.net, linux-crypto@vger.kernel.org, arjan@linux.intel.com, Linus Torvalds , Andrew Morton , Rusty Russell , Jiri Slaby Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1687 Lines: 44 2009/4/9 Herbert Xu : [...] Yes, patch helps. Thanks Tested-by Maciej Rutecki > Signed-off-by: Herbert Xu > > diff --git a/include/linux/kmod.h b/include/linux/kmod.h > index d5fa565..384ca8b 100644 > --- a/include/linux/kmod.h > +++ b/include/linux/kmod.h > @@ -34,7 +34,7 @@ extern int __request_module(bool wait, const char *name, ...) \ >  #define request_module(mod...) __request_module(true, mod) >  #define request_module_nowait(mod...) __request_module(false, mod) >  #define try_then_request_module(x, mod...) \ > -       ((x) ?: (__request_module(false, mod), (x))) > +       ((x) ?: (__request_module(true, mod), (x))) >  #else >  static inline int request_module(const char *name, ...) { return -ENOSYS; } >  static inline int request_module_nowait(const char *name, ...) { return -ENOSYS; } > > Thanks, > -- > Visit Openswan at http://www.openswan.org/ > Email: Herbert Xu ~{PmV>HI~} > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at  http://vger.kernel.org/majordomo-info.html > Please read the FAQ at  http://www.tux.org/lkml/ > -- Maciej Rutecki http://www.maciek.unixy.pl -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/