Skip to content

Commit

Permalink
pktcdvd.h should include mempool.h
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Alexander Beregalov authored and Jens Axboe committed Apr 24, 2009
1 parent 04dc6e7 commit 097102c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/pktcdvd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 097102c

Please sign in to comment.