summaryrefslogtreecommitdiffstats
path: root/block/blk-mq.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-04-20 10:29:51 +0200
committerJens Axboe <axboe@kernel.dk>2018-04-25 07:58:18 -0600
commitfe644072dfee069d97a66ea9a80f4bc461499e6a (patch)
treec01b98e9f3ef05e1b5426bf6657fb323fd027ed6 /block/blk-mq.h
parente9938f552fc279e87afcbff430cd6f8966ef31b3 (diff)
downloadlinux-0-day-fe644072dfee069d97a66ea9a80f4bc461499e6a.tar.gz
linux-0-day-fe644072dfee069d97a66ea9a80f4bc461499e6a.tar.xz
block: mq: Add some minor doc for core structs
As it came up in discussion on the mailing list that the semantic meaning of 'blk_mq_ctx' and 'blk_mq_hw_ctx' isn't completely obvious to everyone, let's add some minimal kerneldoc for a starter. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-mq.h')
-rw-r--r--block/blk-mq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/block/blk-mq.h b/block/blk-mq.h
index 88c558f718190..89b5cd3a6c708 100644
--- a/block/blk-mq.h
+++ b/block/blk-mq.h
@@ -7,6 +7,9 @@
struct blk_mq_tag_set;
+/**
+ * struct blk_mq_ctx - State for a software queue facing the submitting CPUs
+ */
struct blk_mq_ctx {
struct {
spinlock_t lock;