Home
last modified time | relevance | path

Searched hist:"33 c3214b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dxprt.c33c3214b Mon Jul 12 11:34:34 CDT 2021 Trond Myklebust <trond.myklebust@hammerspace.com> SUNRPC: xprt_clear_locked() only needs release memory semantics

The clearing of the XPRT_LOCKED bit has to happen after we clear
xprt->snd_task, but we don't require any extra memory barriers after
that.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>