diff options
author | Guoqing Jiang <guoqing.jiang@cloud.ionos.com> | 2021-01-25 05:49:57 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-01-25 05:52:39 +0100 |
commit | 8eeed0b554b9fda61be05b17cbb0b89ea2cbbb65 (patch) | |
tree | e606439cd01bc136662789611bbaacc5b107ef09 /drivers/block/virtio_blk.c | |
parent | bsg: free the request before return error code (diff) | |
download | linux-8eeed0b554b9fda61be05b17cbb0b89ea2cbbb65.tar.xz linux-8eeed0b554b9fda61be05b17cbb0b89ea2cbbb65.zip |
block: remove unnecessary argument from blk_execute_rq_nowait
The 'q' is not used since commit a1ce35fa4985 ("block: remove dead
elevator code"), also update the comment of the function.
And more importantly it never really was needed to start with given
that we can trivial derive it from struct request.
Cc: target-devel@vger.kernel.org
Cc: linux-scsi@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org
Cc: linux-ide@vger.kernel.org
Cc: linux-mmc@vger.kernel.org
Cc: linux-nvme@lists.infradead.org
Cc: linux-nfs@vger.kernel.org
Signed-off-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/virtio_blk.c')
0 files changed, 0 insertions, 0 deletions