Loading fs/bio.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ EXPORT_SYMBOL(zero_fill_bio); * * * Description: * Description: * Put a reference to a &struct bio, either one you have gotten with * Put a reference to a &struct bio, either one you have gotten with * bio_alloc or bio_get. The last put of a bio will free it. * bio_alloc, bio_get or bio_clone. The last put of a bio will free it. **/ **/ void bio_put(struct bio *bio) void bio_put(struct bio *bio) { { Loading Loading
fs/bio.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -407,7 +407,7 @@ EXPORT_SYMBOL(zero_fill_bio); * * * Description: * Description: * Put a reference to a &struct bio, either one you have gotten with * Put a reference to a &struct bio, either one you have gotten with * bio_alloc or bio_get. The last put of a bio will free it. * bio_alloc, bio_get or bio_clone. The last put of a bio will free it. **/ **/ void bio_put(struct bio *bio) void bio_put(struct bio *bio) { { Loading