From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755371Ab0DSP3U (ORCPT ); Mon, 19 Apr 2010 11:29:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55113 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034Ab0DSP3T (ORCPT ); Mon, 19 Apr 2010 11:29:19 -0400 Date: Mon, 19 Apr 2010 08:28:56 -0700 From: Greg KH To: stefani@seibold.net Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, andi@firstfloor.org, alan@lxorguk.ukuu.org.uk, tytso@mit.edu, iws@ovro.caltech.edu Subject: Re: [PATCH 2/4] remove the old non generic API Message-ID: <20100419152856.GC11553@suse.de> References: <1271624718-8256-1-git-send-email-stefani@seibold.net> <1271624718-8256-3-git-send-email-stefani@seibold.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1271624718-8256-3-git-send-email-stefani@seibold.net> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 18, 2010 at 11:05:16PM +0200, stefani@seibold.net wrote: > From: Stefani Seibold > > This patch simple remove the whole kfifo.c and kfifo.h files. The next > patch will replace it with the new generic kfifo API. But you just broke the kernel build at this point in the patch sequence, which is not allowed :( thanks, greg k-h