Skip to content
Commit ef3f5434 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Distinguish between the slot allocation list and receive queue



When storing a struct rpc_rqst on the slot allocation list, we currently
use the same field 'rq_list' as we use to store the request on the
receive queue. Since the structure is never on both lists at the same
time, this is OK.
However, for clarity, let's make that a union with different names for
the different lists so that we can more easily distinguish between
the two states.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 78b576ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment