Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754012AbZDUHcq (ORCPT ); Tue, 21 Apr 2009 03:32:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754561AbZDUHca (ORCPT ); Tue, 21 Apr 2009 03:32:30 -0400 Received: from brick.kernel.dk ([93.163.65.50]:48026 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754516AbZDUHc3 (ORCPT ); Tue, 21 Apr 2009 03:32:29 -0400 Date: Tue, 21 Apr 2009 09:32:28 +0200 From: Jens Axboe To: Alexander Beregalov Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] pktcdvd.h should include mempool.h Message-ID: <20090421073228.GA4593@kernel.dk> References: <1240215444-8137-1-git-send-email-a.beregalov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1240215444-8137-1-git-send-email-a.beregalov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 39 On Mon, Apr 20 2009, Alexander Beregalov wrote: > From: Alexander Beregalov > > Fix this build error: > In file included from fs/compat_ioctl.c:104: > include/linux/pktcdvd.h:285: error: expected specifier-qualifier-list before 'mempool_t' Applied > > Signed-off-by: Alexander Beregalov > --- > include/linux/pktcdvd.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h > index 04b4d73..d745f5b 100644 > --- a/include/linux/pktcdvd.h > +++ b/include/linux/pktcdvd.h > @@ -113,6 +113,7 @@ struct pkt_ctrl_command { > #include > #include > #include > +#include > > /* default bio write queue congestion marks */ > #define PKT_WRITE_CONGESTION_ON 10000 > -- > 1.6.2.3 > -- Jens Axboe -- 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/