]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
blk-mq: Only register debugfs attributes for blk-mq queues
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 25 May 2017 23:38:06 +0000 (16:38 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 26 May 2017 13:25:13 +0000 (07:25 -0600)
commita8ecdd7117ee68fe27009acc8021423870c1dcd7
treec94396011318e42c77a75d92e93a191deb81e262
parent223220356d5ebc05ead9a8d697abb0c0a906fc81
blk-mq: Only register debugfs attributes for blk-mq queues

The code in blk-mq-debugfs.c assumes that it is working on a blk-mq
queue and is not intended to work on a blk-sq queue. Hence only
register blk-mq debugfs attributes for blk-mq queues.

Fixes: commit 9c1051aacde8 ("blk-mq: untangle debugfs and sysfs")
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-sysfs.c