Loading fs/bio.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1420,8 +1420,7 @@ static void bio_pair_end_2(struct bio *bi, int err) } } /* /* * split a bio - only worry about a bio with a single page * split a bio - only worry about a bio with a single page in its iovec * in it's iovec */ */ struct bio_pair *bio_split(struct bio *bi, int first_sectors) struct bio_pair *bio_split(struct bio *bi, int first_sectors) { { Loading Loading
fs/bio.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1420,8 +1420,7 @@ static void bio_pair_end_2(struct bio *bi, int err) } } /* /* * split a bio - only worry about a bio with a single page * split a bio - only worry about a bio with a single page in its iovec * in it's iovec */ */ struct bio_pair *bio_split(struct bio *bi, int first_sectors) struct bio_pair *bio_split(struct bio *bi, int first_sectors) { { Loading