]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
blk-mq: Do not invoke queue operations on a dead queue
authorBart Van Assche <bart.vanassche@sandisk.com>
Thu, 4 May 2017 07:31:29 +0000 (00:31 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 4 May 2017 14:23:39 +0000 (08:23 -0600)
commit18d4d7d0571f5acc9de638ea3a33e8064deaceca
tree928660479764e5f64aa60ea5492dde310de268d7
parentf57de23ac9019ea84c548a1637d5562ef07a8f7e
blk-mq: Do not invoke queue operations on a dead queue

In commit e869b5462f83 ("blk-mq: Unregister debugfs attributes
earlier"), we shuffled the debugfs cleanup around so that the "state"
attribute was removed before we freed the blk-mq data structures.
However, later changes are going to undo that, so we need to explicitly
disallow running a dead queue.

[Omar: rebased and updated commit message]
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-debugfs.c