Print this page
3862 stmf + kstat = kernel panic
3863 stmf_itl_task_start() must check for ilu->ilu_kstat_io is non-null
3864 memory leak in the iSCSI code
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Jeremy Jones <jeremy@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Richard Elling <richard.elling@gmail.com>
Approved by: Gordon Ross <gwr@nexenta.com>

*** 21,30 **** --- 21,31 ---- /* * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. */ /* * Copyright 2011, Nexenta Systems, Inc. All rights reserved. + * Copyright (c) 2013 by Delphix. All rights reserved. */ #ifndef _STMF_STATE_H #define _STMF_STATE_H #ifdef __cplusplus
*** 40,50 **** stmf_i_lu_t *stmf_ilulist; stmf_i_local_port_t *stmf_ilportlist; id_space_t *stmf_ilport_inst_space; avl_tree_t stmf_irportlist; id_space_t *stmf_irport_inst_space; - avl_tree_t stmf_itl_kstat_list; int stmf_nlps; int stmf_npps; int stmf_nlus; int stmf_nlports; uint8_t stmf_service_running:1, --- 41,50 ----