Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

SUNRPC: Fix potential memory scribble in xprt_free_bc_request()



The call to xprt_free_allocation() will call list_del() on
req->rq_bc_pa_list, which is not attached to a list.
This patch moves the list_del() out of xprt_free_allocation()
and into those callers that need it.

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