commit | eb4375e1969c48d454998b2a284c2e6a5dc9eb68 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Sep 07 13:54:35 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 05 09:44:02 2017 +0200 |
tree | 9f9c9606e9b999ff7a1f06aca0a4d0af1ebaba20 | |
parent | c820441a7a52e3626aede8df94069a50a9e4efdb [diff] |
bsg-lib: don't free job in bsg_prepare_job commit f507b54dccfd8000c517d740bc45f20c74532d18 upstream. The job structure is allocated as part of the request, so we should not free it in the error path of bsg_prepare_job. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>