]> git.itanic.dy.fi Git - linux-stable/commit
bio-integrity: Fix use of bs->bio_integrity_pool after free
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 29 May 2013 22:29:55 +0000 (16:29 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 16:17:48 +0000 (09:17 -0700)
commitedc96e2c36766db781313a53ba130e52e74d3296
tree39ca70f51bbcd6a8c00f99386ca7b8425df4e74c
parent71828ed93986ea0f89c0daf739e13aadb870a3ef
bio-integrity: Fix use of bs->bio_integrity_pool after free

commit adbe6991efd36104ac9eaf751993d35eaa7f493a upstream.

This fixes a copy and paste error introduced by 9f060e2231
("block: Convert integrity to bvec_alloc_bs()").

Found by Coverity (CID 1020654).

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Kent Overstreet <koverstreet@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Cc: Jonghwan Choi <jhbird.choi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/bio-integrity.c