diff --git a/module/zfs/vdev_disk.c b/module/zfs/vdev_disk.c index 1c4c37a62a..7b4cf8e43a 100644 --- a/module/zfs/vdev_disk.c +++ b/module/zfs/vdev_disk.c @@ -206,7 +206,6 @@ bio_map_virt(struct request_queue *q, void *data, const int nr_pages = end - start; struct page *page; struct bio *bio; - int rc; bio = bio_alloc(gfp_mask, nr_pages); if (!bio)