Remove unused variable
This commit is contained in:
parent
b4ab230f6a
commit
25c88fda18
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue