diff options
-rw-r--r-- | fs/xfs/xfs_bio_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bio_io.c b/fs/xfs/xfs_bio_io.c index 757c1d9293eb..e2148f2d5d6b 100644 --- a/fs/xfs/xfs_bio_io.c +++ b/fs/xfs/xfs_bio_io.c | |||
@@ -43,7 +43,7 @@ xfs_rw_bdev( | |||
43 | bio_copy_dev(bio, prev); | 43 | bio_copy_dev(bio, prev); |
44 | bio->bi_iter.bi_sector = bio_end_sector(prev); | 44 | bio->bi_iter.bi_sector = bio_end_sector(prev); |
45 | bio->bi_opf = prev->bi_opf; | 45 | bio->bi_opf = prev->bi_opf; |
46 | bio_chain(bio, prev); | 46 | bio_chain(prev, bio); |
47 | 47 | ||
48 | submit_bio(prev); | 48 | submit_bio(prev); |
49 | } | 49 | } |