From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] rxrpc: Fix user ID check in rxrpc_service_prealloc_one Date: Wed, 01 Aug 2018 13:05:51 +0100 Message-ID: <8151.1533125151@warthog.procyon.org.uk> References: <20180801094651.7136-1-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: dhowells@redhat.com, davem@davemloft.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-afs@lists.infradead.org To: YueHaibing Return-path: In-Reply-To: <20180801094651.7136-1-yuehaibing@huawei.com> Content-ID: <8150.1533125151.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org YueHaibing wrote: > There just check the user ID isn't already in use, hence should > compare user_call_ID with xcall->user_call_ID, which is current > node's user_call_ID. I've changed "user ID" to "user call ID" to avoid confusion. David