Loading fs/bio.c +3 −1 Original line number Diff line number Diff line Loading @@ -465,9 +465,11 @@ struct bio *bio_clone(struct bio *bio, gfp_t gfp_mask) ret = bio_integrity_clone(b, bio, gfp_mask, fs_bio_set); if (ret < 0) if (ret < 0) { bio_put(b); return NULL; } } return b; } Loading Loading
fs/bio.c +3 −1 Original line number Diff line number Diff line Loading @@ -465,9 +465,11 @@ struct bio *bio_clone(struct bio *bio, gfp_t gfp_mask) ret = bio_integrity_clone(b, bio, gfp_mask, fs_bio_set); if (ret < 0) if (ret < 0) { bio_put(b); return NULL; } } return b; } Loading