From: Christof Schmitt <christof.schmitt@xxxxxxxxxx> When allocating fsf requests without qtcb, store the pointer to the mempool in the fsf requests for later call to mempool_free. This codepath is only used by the status_read requests. Signed-off-by: Christof Schmitt <christof.schmitt@xxxxxxxxxx> Signed-off-by: Swen Schillig <swen@xxxxxxxxxxxx> --- drivers/s390/scsi/zfcp_fsf.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/s390/scsi/zfcp_fsf.c 2008-11-04 14:44:17.000000000 +0100 +++ b/drivers/s390/scsi/zfcp_fsf.c 2008-11-04 14:44:19.000000000 +0100 @@ -683,6 +683,7 @@ static struct zfcp_fsf_req *zfcp_fsf_all if (!req) return NULL; memset(req, 0, sizeof(*req)); + req->pool = pool; return req; } -- -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html