Re: [PATCH] rxrpc: Fix user ID check in rxrpc_service_prealloc_one

From: David Howells
Date: Wed Aug 01 2018 - 08:05:56 EST


YueHaibing <yuehaibing@xxxxxxxxxx> 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