From: Nicholas Bellinger Date: Wed, 9 Feb 2011 23:34:54 +0000 (-0800) Subject: [SCSI] target: fix use after free detected by SLUB poison X-Git-Tag: v2.6.38-rc6~32^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6fe7cba1c0a817a8712d7fdd0ec1b4ddd4ea2f;p=pandora-kernel.git [SCSI] target: fix use after free detected by SLUB poison This patch moves a large number of memory release paths inside of the configfs callback target_core_hba_item_ops->release() called from within fs/configfs/item.c: config_item_cleanup() context. This patch resolves the SLUB 'Poison overwritten' warnings. Signed-off-by: Nicholas A. Bellinger Signed-off-by: James Bottomley --- Reading git-diff-tree failed