aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2014-04-16 09:44:58 +0200
committerJens Axboe <axboe@fb.com>2014-04-16 14:15:25 -0600
commitf88a164b72bd51fe4c89e06ac9939f2afe39c7ed (patch)
treedbe94a5914a7fd45e8c7c0e88e5665012bea958c /include/linux/blkdev.h
parentblk-mq: add blk_mq_requeue_request (diff)
downloadlinux-dev-f88a164b72bd51fe4c89e06ac9939f2afe39c7ed.tar.xz
linux-dev-f88a164b72bd51fe4c89e06ac9939f2afe39c7ed.zip
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>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 95bb551273ab..71288083a46f 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -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;
};