commit | 346ac785badf66120d8b4c7b48f87b0a536f691e | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Wed Jun 02 17:37:58 2021 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Thu Jun 03 10:29:26 2021 +0300 |
tree | c7c7b27dd8f8c1f1e3d30fcd3190dadac8de08e7 | |
parent | f6e8bd59c4e84820fc5f6c404730ef872439548a [diff] |
nvmet: remove a superfluous variable Remove the superfluous variable "bdev" that is only used once in the nvmet_bdev_alloc_bip() and use req->ns->bdev that is used everywhere in the code to access the nvmet request's bdev. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>