From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Teigland Date: Mon, 7 Aug 2017 11:16:59 -0500 Subject: [Cluster-devel] [PATCH] dlm: use sock_create_lite inside tcp_accept_from_sock In-Reply-To: <20170807063120.13767-1-gqjiang@suse.com> References: <20170807063120.13767-1-gqjiang@suse.com> Message-ID: <20170807161658.GC4875@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, Aug 07, 2017 at 02:31:20PM +0800, Guoqing Jiang wrote: > To resolve the issue, we need to use sock_create_lite > instead of sock_create_kern, like commit 0933a578cd55 > ("rds: tcp: use sock_create_lite() to create the accept > socket") did. Thanks, this is now in linux-dlm next. Dave