diff options
Diffstat (limited to 'fs/exofs/ore.c')
| -rw-r--r-- | fs/exofs/ore.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/exofs/ore.c b/fs/exofs/ore.c index f936cb50dc0..b7442288860 100644 --- a/fs/exofs/ore.c +++ b/fs/exofs/ore.c @@ -401,7 +401,7 @@ static void _clear_bio(struct bio *bio)  	struct bio_vec *bv;  	unsigned i; -	__bio_for_each_segment(bv, bio, i, 0) { +	bio_for_each_segment_all(bv, bio, i) {  		unsigned this_count = bv->bv_len;  		if (likely(PAGE_SIZE == this_count))  |