Merge branch 'linux-kernel-disk' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
adcaad04be
|
@ -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