commit | c7f7fd5b7ea114e0f85fc4f2a853f6564410588d | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Feb 16 15:04:41 2011 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Feb 24 12:41:26 2011 -0500 |
tree | 2e295b156c37a8d6ec6254ca6a1fed3db4b50118 | |
parent | 7c53c6f89d7a6487986c51cd73ae9a9be338a8f4 [diff] |
[SCSI] be2iscsi: fix null ptr ref in conn get param The ep_disconnect function could be freeing the ep while beiscsi_conn_get_param is running. This has the driver use the get ep param callback instead of the get conn param to fix this. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>