summaryrefslogtreecommitdiffstats
path: root/include/linux/pktcdvd.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2018-05-20 18:25:49 -0400
committerJens Axboe <axboe@kernel.dk>2018-05-30 17:33:32 -0400
commit64c4bc4de79fec06bb46d9827e7c4df67a025590 (patch)
treec04e775d22e590c983399a273e1355b6042522dd /include/linux/pktcdvd.h
parent0892fac8719f062f98116ee883230a004a9fce1e (diff)
pktcdvd: convert to bioset_init()/mempool_init()
Convert pktcdvd to embedded bio sets. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/pktcdvd.h')
-rw-r--r--include/linux/pktcdvd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pktcdvd.h b/include/linux/pktcdvd.h
index 93d142ad1528..174601554b06 100644
--- a/include/linux/pktcdvd.h
+++ b/include/linux/pktcdvd.h
@@ -186,7 +186,7 @@ struct pktcdvd_device
186 sector_t current_sector; /* Keep track of where the elevator is */ 186 sector_t current_sector; /* Keep track of where the elevator is */
187 atomic_t scan_queue; /* Set to non-zero when pkt_handle_queue */ 187 atomic_t scan_queue; /* Set to non-zero when pkt_handle_queue */
188 /* needs to be run. */ 188 /* needs to be run. */
189 mempool_t *rb_pool; /* mempool for pkt_rb_node allocations */ 189 mempool_t rb_pool; /* mempool for pkt_rb_node allocations */
190 190
191 struct packet_iosched iosched; 191 struct packet_iosched iosched;
192 struct gendisk *disk; 192 struct gendisk *disk;