Commit e7d94391 authored by Jens Axboe's avatar Jens Axboe
Browse files

nvme: remove opportunistic polling from bdev target



It doesn't set HIPRI on the bio, so polling for it is pretty silly.

Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 9743139c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -115,8 +115,6 @@ static void nvmet_bdev_execute_rw(struct nvmet_req *req)
	}

	cookie = submit_bio(bio);

	blk_poll(bdev_get_queue(req->ns->bdev), cookie);
}

static void nvmet_bdev_execute_flush(struct nvmet_req *req)