Signed-off-by: Ming Lei <ming....@redhat.com>
---
 fs/iomap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fs/iomap.c b/fs/iomap.c
index 039266128b7f..17541e1c86a2 100644
--- a/fs/iomap.c
+++ b/fs/iomap.c
@@ -790,8 +790,9 @@ static void iomap_dio_bio_end_io(struct bio *bio)
        } else {
                struct bio_vec *bvec;
                int i;
+               struct bvec_iter_all bia;
 
-               bio_for_each_segment_all(bvec, bio, i)
+               bio_for_each_segment_all_sp(bvec, bio, i, bia)
                        put_page(bvec->bv_page);
                bio_put(bio);
        }
-- 
2.9.4

Reply via email to