linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] pktcdvd.h should include mempool.h
@ 2009-04-20  8:17 Alexander Beregalov
  2009-04-21  7:32 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Beregalov @ 2009-04-20  8:17 UTC (permalink / raw)
  To: linux-next, linux-kernel, axboe; +Cc: Alexander Beregalov

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'

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] pktcdvd.h should include mempool.h
  2009-04-20  8:17 [PATCH 2/2] pktcdvd.h should include mempool.h Alexander Beregalov
@ 2009-04-21  7:32 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2009-04-21  7:32 UTC (permalink / raw)
  To: Alexander Beregalov; +Cc: linux-next, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-21  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-20  8:17 [PATCH 2/2] pktcdvd.h should include mempool.h Alexander Beregalov
2009-04-21  7:32 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).