diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/emu/nfblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/emu/nfblock.c b/arch/m68k/emu/nfblock.c index 0721858fbd1e..0a9d0b3c794b 100644 --- a/arch/m68k/emu/nfblock.c +++ b/arch/m68k/emu/nfblock.c | |||
@@ -64,7 +64,7 @@ static void nfhd_make_request(struct request_queue *queue, struct bio *bio) | |||
64 | struct nfhd_device *dev = queue->queuedata; | 64 | struct nfhd_device *dev = queue->queuedata; |
65 | struct bio_vec *bvec; | 65 | struct bio_vec *bvec; |
66 | int i, dir, len, shift; | 66 | int i, dir, len, shift; |
67 | sector_t sec = bio->bi_sector; | 67 | sector_t sec = bio->bi_iter.bi_sector; |
68 | 68 | ||
69 | dir = bio_data_dir(bio); | 69 | dir = bio_data_dir(bio); |
70 | shift = dev->bshift; | 70 | shift = dev->bshift; |