[SCSI] i2o: fix memory leak in i2o_exec_lct_modified
authorVasily Averin <vvs@sw.ru>
Sun, 5 Mar 2006 22:18:14 +0000 (23:18 +0100)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 12 Mar 2006 14:53:16 +0000 (08:53 -0600)
commit071a651e28bfc1a66a885dc285792e335427a097
treeb0329efb4c0e2643e19058157b34648c820e61d9
parentcf7f5b45fe0180a0f0e3491183c0ec95e4b96d44
[SCSI] i2o: fix memory leak in i2o_exec_lct_modified

i2o_exec_lct_modified() does not release memory allocated for work_struct.

Signed-off-by: Vasily Averin <vvs@sw.ru>
Although your patch is the same, i've rewritten it a little bit for
naming consistency in the I2O driver.

Acked-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/i2o/exec-osm.c