summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
diff options
context:
space:
mode:
authorOmar Sandoval2017-05-04 09:31:30 +0200
committerJens Axboe2017-05-04 16:23:44 +0200
commitd173a25165c124442182f6b21d0c2ec381a0eebe (patch)
treeeb0a41f87bfcacbdf1795b527ae58fd4200831ea /block/blk-sysfs.c
parentblk-mq: Do not invoke queue operations on a dead queue (diff)
downloadkernel-qcow2-linux-d173a25165c124442182f6b21d0c2ec381a0eebe.tar.gz
kernel-qcow2-linux-d173a25165c124442182f6b21d0c2ec381a0eebe.tar.xz
kernel-qcow2-linux-d173a25165c124442182f6b21d0c2ec381a0eebe.zip
blk-mq: move debugfs declarations to a separate header file
Preparation for adding more declarations. Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-sysfs.c')
-rw-r--r--block/blk-sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c
index 3f37813ccbaf..9995355121d7 100644
--- a/block/blk-sysfs.c
+++ b/block/blk-sysfs.c
@@ -13,6 +13,7 @@
#include "blk.h"
#include "blk-mq.h"
+#include "blk-mq-debugfs.h"
#include "blk-wbt.h"
struct queue_sysfs_entry {