Remove unused variable

This commit is contained in:
Brian Behlendorf 2009-03-11 22:15:36 -07:00
parent b4ab230f6a
commit 25c88fda18
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ bio_map_virt(struct request_queue *q, void *data,
const int nr_pages = end - start; const int nr_pages = end - start;
struct page *page; struct page *page;
struct bio *bio; struct bio *bio;
int rc;
bio = bio_alloc(gfp_mask, nr_pages); bio = bio_alloc(gfp_mask, nr_pages);
if (!bio) if (!bio)