Trond Myklebust 628356791b 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: Trond Myklebust <trond.myklebust@primarydata.com>
2014-02-11 13:56:54 -05:00
..
2012-11-04 14:43:41 -05:00
2012-04-15 12:44:40 -04:00
2014-01-28 08:46:44 -08:00
2014-02-11 09:34:30 -05:00