zbd: remove dead zone retrieval call
authorJens Axboe <axboe@kernel.dk>
Mon, 13 Sep 2021 20:09:01 +0000 (14:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 13 Sep 2021 20:09:01 +0000 (14:09 -0600)
commitd5c3be105af97c71bc2095ffd19343e4217abcd7
treee6422ba767110e52c06b70cf6c92ffedc3f4bf0e
parent0862f7185bec63bfb780bd0c9c2e95c62eb5e28e
zbd: remove dead zone retrieval call

A previous commit missed to realize that not only was the assignment
useless, that also made the very call to zbd_zone_nr() useless as
well. Remove it.

Fixes: 000ecb5fe36d ("zbd: Removing useless variable assignment")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zbd.c