[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210521.142535.305654298687081579.davem@davemloft.net>
Date: Fri, 21 May 2021 14:25:35 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: Rao.Shoaib@...cle.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH RDS/TCP v1 1/1] RDS tcp loopback connection can hang
From: Rao Shoaib <Rao.Shoaib@...cle.com>
Date: Fri, 21 May 2021 11:08:06 -0700
> + /* No transport currently in use
> + * should end up here, but if it
> + * does, reset/destroy the connection.
> + */
> + kmem_cache_free(rds_conn_slab, conn);
> + conn = ERR_PTR(-EOPNOTSUPP);
> + goto out;
Is thosa all we have to do? What about releasing c_path[]?
Thanks.
Powered by blists - more mailing lists