Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 097102c2 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Jens Axboe
Browse files

pktcdvd.h should include mempool.h



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: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 04dc6e71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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