All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Alexander Beregalov <a.beregalov@gmail.com>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] pktcdvd.h should include mempool.h
Date: Tue, 21 Apr 2009 09:32:28 +0200	[thread overview]
Message-ID: <20090421073228.GA4593@kernel.dk> (raw)
In-Reply-To: <1240215444-8137-1-git-send-email-a.beregalov@gmail.com>

On Mon, Apr 20 2009, Alexander Beregalov wrote:
> From: Alexander Beregalov <a.beregalov@gmail.com> 
> 
> 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 <a.beregalov@gmail.com>
> ---
>  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 <linux/cdrom.h>
>  #include <linux/kobject.h>
>  #include <linux/sysfs.h>
> +#include <linux/mempool.h>
>  
>  /* default bio write queue congestion marks */
>  #define PKT_WRITE_CONGESTION_ON    10000
> -- 
> 1.6.2.3
> 

-- 
Jens Axboe

      reply	other threads:[~2009-04-21  7:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-20  8:17 [PATCH 2/2] pktcdvd.h should include mempool.h Alexander Beregalov
2009-04-21  7:32 ` Jens Axboe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090421073228.GA4593@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=a.beregalov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.