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:41:02 +0000 (09:41 -0700)
commit9d51f688c6b430d76683a964adc947c00e23f78a
treea8c6f72ea9e6b1ae8745a93f4c2a1ed10b427ef8
parent348944504362417205107e63cfe4821aa87ec1bb
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