From 25c88fda18b1dd72783aba72a770bbf2fe6fbc5d Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 11 Mar 2009 22:15:36 -0700 Subject: [PATCH] Remove unused variable --- module/zfs/vdev_disk.c | 1 - 1 file changed, 1 deletion(-) 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)