commit | 88de6af24f2b48b06c514d3c3d0a8f22fafe30bd | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jun 01 15:10:25 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jun 02 08:55:28 2015 -0400 |
tree | 2262a29d3f000359db78e9eee63c644e251d88bb | |
parent | 13985b1f77d09623f4114ce2d57e69a027ed9a09 [diff] |
SUNRPC: Fix a memory leak in the backchannel code req->rq_private_buf isn't initialised when xprt_setup_backchannel calls xprt_free_allocation. Fixes: fb7a0b9addbdb ("nfs41: New backchannel helper routines") Cc: stable@vger.kernel.org Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>