]> git.baikalelectronics.ru Git - kernel.git/commit
block: remove useless caller argument to print_req_error()
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Oct 2021 15:15:40 +0000 (09:15 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 14:50:22 +0000 (08:50 -0600)
commitbd8d17d65e1ee4860d55fb47a7e0d17d9647588e
tree297905cc5318aaac40e66a6af9019904413a8d9c
parent460236b58aa7b156bd450e6ea0314348d65c8aad
block: remove useless caller argument to print_req_error()

We have exactly one caller of this, just get rid of adding the useless
function name to the output.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c