blk-mq: rename mq_flush_work struct request member

We will use this work_struct to requeue scsi commands from the
completion handler as well, so give it a more generic name.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
Christoph Hellwig
2014-04-16 09:44:58 +02:00
committed by Jens Axboe
parent ed0791b2f8
commit f88a164b72
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ struct request {
struct list_head queuelist;
union {
struct call_single_data csd;
struct work_struct mq_flush_work;
struct work_struct requeue_work;
unsigned long fifo_time;
};