From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753755Ab0ADTY1 (ORCPT ); Mon, 4 Jan 2010 14:24:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753513Ab0ADTYZ (ORCPT ); Mon, 4 Jan 2010 14:24:25 -0500 Received: from www84.your-server.de ([213.133.104.84]:34532 "EHLO www84.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753437Ab0ADTYY (ORCPT ); Mon, 4 Jan 2010 14:24:24 -0500 Subject: Re: [PATCH] libsrp: fix compile failure From: Stefani Seibold To: Alan Cox Cc: James Bottomley , Jiri Kosina , Linus Torvalds , Andrew Morton , linux-kernel , linux-scsi In-Reply-To: <20100104173530.48690e39@lxorguk.ukuu.org.uk> References: <1262200866.2749.226.camel@mulgrave.site> <1262625721.2724.158.camel@mulgrave.site> <20100104173530.48690e39@lxorguk.ukuu.org.uk> Content-Type: text/plain; charset="ISO-8859-15" Date: Mon, 04 Jan 2010 20:24:14 +0100 Message-ID: <1262633054.4814.21.camel@wall-e> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit X-Authenticated-Sender: stefani@seibold.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, den 04.01.2010, 17:35 +0000 schrieb Alan Cox: > > least once before it goes to Linus. There were originally technical > > reasons why -mm wasn't in ... I just thought they'd been fixed by now. > > No - mm also caused problems with the kfifo merge of a core API change > that didn't go via -next. > > Alan I tried my best to port everything to the new kfifo API. But it was not possible to check it against every architecture. x86 and x86_64 was compile clean. I think the missing #include was not a big thing. Stefani