]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - block/blk-mq-debugfs.c
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
[thirdparty/linux.git] / block / blk-mq-debugfs.c
index b80fae7ab1d95036c247bbec3cd57da58697de67..b11add9a95e2ea433803cce2bd65ff4994e7b9de 100644 (file)
@@ -375,7 +375,7 @@ struct show_busy_params {
  * e.g. due to a concurrent blk_mq_finish_request() call. Returns true to
  * keep iterating requests.
  */
-static bool hctx_show_busy_rq(struct request *rq, void *data, bool reserved)
+static bool hctx_show_busy_rq(struct request *rq, void *data)
 {
        const struct show_busy_params *params = data;