Re: [PATCH] iscsi-target: fix error path in iscsi_target_init_module()

From: Nicholas A. Bellinger
Date: Tue Dec 02 2014 - 01:12:23 EST


On Sun, 2014-11-30 at 12:00 +0100, Lino Sanfilippo wrote:
> In iscsi_target_init_module() unwind transport protocol registration in case
> that iscsit_load_discovery_tpg() failed.
>
> Signed-off-by: Lino Sanfilippo <LinoSanfilippo@xxxxxx>
> ---
> drivers/target/iscsi/iscsi_target.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c
> index 73e58d2..f8ec322 100644
> --- a/drivers/target/iscsi/iscsi_target.c
> +++ b/drivers/target/iscsi/iscsi_target.c
> @@ -609,6 +609,7 @@ static int __init iscsi_target_init_module(void)
>
> return ret;
> r2t_out:
> + iscsit_unregister_transport(&iscsi_target_transport);
> kmem_cache_destroy(lio_r2t_cache);
> ooo_out:
> kmem_cache_destroy(lio_ooo_cache);

Nice catch. Applied to target-pending/for-next.

Thanks Lino!

--nab

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/