blk-wbt: remove wbt_track stub
authorTom Rix <trix@redhat.com>
Thu, 31 Mar 2022 18:54:58 +0000 (11:54 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 Mar 2022 18:58:38 +0000 (12:58 -0600)
commit8d7829ebc1e48208b3c02c2a10c5f8856246033c
tree30c292a1943dc17f540c2115b25671882fda5a32
parent4a3b666e0ea977dd40adb56c37a91370f76fa19e
blk-wbt: remove wbt_track stub

cppcheck returns this warning
[block/blk-wbt.h:104] -> [block/blk-wbt.c:592]:
  (warning) Function 'wbt_track' argument order different:
  declaration 'rq, flags, ' definition 'rqos, rq, bio'

In commit c1c80384c8f4 ("block: remove external dependency on wbt_flags")
wbt_track was removed for the real declaration, its stub should
have been as well.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220331185458.3427454-1-trix@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-wbt.h