commit | 5c737cb29977896eb0f373d3adbcdea73b815808 | [log] [tgz] |
---|---|---|
author | Dave Wysochanski <dwysocha@redhat.com> | Thu Apr 27 10:45:15 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri May 05 13:01:32 2017 -0400 |
tree | ce7e35e6df011d9739dca0bfef786de0efbcf644 | |
parent | 0048fdd06614a4ea088f9fcad11511956b795698 [diff] |
Fix nfs_client refcounting if kmalloc fails in nfs4_proc_exchange_id and nfs4_proc_async_renew If memory allocation fails for the callback data, we need to put the nfs_client or we end up with an elevated refcount. Signed-off-by: Dave Wysochanski <dwysocha@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>