Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:34076 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786Ab1EIP72 convert rfc822-to-8bit (ORCPT ); Mon, 9 May 2011 11:59:28 -0400 Received: by wya21 with SMTP id 21so3992287wya.19 for ; Mon, 09 May 2011 08:59:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <4DC2C743.9060004@01019freenet.de> <20110509114601.GA27067@zenon.in.qult.net> Date: Mon, 9 May 2011 21:29:26 +0530 Message-ID: (sfid-20110509_175931_278500_24578541) Subject: =?windows-1252?Q?Re=3A_compile=2Derror_agg=2Dtx=2Ec=3A_error=3A_implicit_declarat?= =?windows-1252?Q?ion_of_function_=91kfree=5Frcu=92?= From: Mohammed Shafi To: Juan Carlos Garza Cc: Ignacy Gawedzki , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, May 9, 2011 at 8:50 PM, Juan Carlos Garza wrote: > Hi, > > On Mon, May 9, 2011 at 3:32 PM, Mohammed Shafi wrote: >> On Mon, May 9, 2011 at 5:16 PM, Ignacy Gawedzki wrote: >>> On Fri, May 06, 2011 at 10:35:08AM +0530, thus spake Mohammed Shafi: >>>> On Thu, May 5, 2011 at 9:20 PM, Andreas Hartmann >>>> wrote: >>>> > Hello, >>>> > >>>> > since May, there is a compile error in compat-wireless (against kernel >>>> > 2.6.34): >>> >>> I, as it appears with many others, have the same kind of trouble compiling the >>> latests compat-wireless snapshots on some kernels (2.6.38 for me). > > I'm having this problem as well with a 2.6.24 kernel. > > The file /include/linux/rcupdate.h , and maybe other files too, > need to be included in the compat-wireless package > as the function kfree_rcu is actually introduced in a patch for > the current linux-next tree. > > I guess they'll be fixing that soon, in the meantime try copying the missing > ?file(s) manually. Oh ok thanks! > >>> >>> Obviously the kfree_rcu machinery should go into some compat/ source file. ?In >>> the meantime, I personnaly reverted these changes (see attached patch) and it >>> works just fine. >> >> I blindly used your patch and now the compat-wireless is compiling for me. >> thanks a lot. >> >> with regards, >> shafi >> >>> >>> -- >>> /* This is not a comment */ >>> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at ?http://vger.kernel.org/majordomo-info.html >> > > -- > Juan Carlos Garza >