commit | 1f6fe7cba1c0a817a8712d7fdd0ec1b4ddd4ea2f | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Wed Feb 09 15:34:54 2011 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Feb 12 12:32:41 2011 -0600 |
tree | d3210e224f8c415d78fbf70883026fa945591b8a | |
parent | e89d15eeadb172bd53ca6362bf9ab6b22077224c [diff] |
[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 <nab@linux-iscsi.org> Signed-off-by: James Bottomley <James.Bottomley@suse.de>