commit | a974deee477af89411e0f80456bfb344ac433c98 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Feb 08 11:29:46 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Feb 08 17:02:47 2017 -0500 |
tree | 61016d00a0e22db3e3f662f54d603dbd079906c6 | |
parent | 8ccc869169d0c59d288b20ec2b060317f87e08b4 [diff] |
NFSv4: Fix memory and state leak in _nfs4_open_and_get_state If we exit because the file access check failed, we currently leak the struct nfs4_state. We need to attach it to the open context before returning. Fixes: 3efb9722475e ("NFSv4: Refactor _nfs4_open_and_get_state..") Cc: stable@vger.kernel.org # 3.10+ Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>