On Tue, Feb 19, 2013 at 4:22 PM, Kent Overstreet <koverstr...@google.com> wrote:
> diff --git a/fs/bio-integrity.c b/fs/bio-integrity.c > index 94fa1c5..8c4c604 100644 > --- a/fs/bio-integrity.c > +++ b/fs/bio-integrity.c > ... > @@ -766,13 +733,14 @@ void bioset_integrity_free(struct bio_set *bs) > { > if (bs->bio_integrity_pool) > mempool_destroy(bs->bio_integrity_pool); > + > + if (bs->bvec_integrity_pool) > + mempool_destroy(bs->bio_integrity_pool); I think this is a copy-and-paste error that results in using bs->bio_integrity_pool after it has been freed. Found by Coverity (CID 1020654). > } > EXPORT_SYMBOL(bioset_integrity_free); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/