commit | abad2fa5ba67725a3f9c376c8cfe76fbe94a3041 | [log] [tgz] |
---|---|---|
author | Weston Andros Adamson <dros@primarydata.com> | Sun Jan 19 22:45:36 2014 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Jan 20 16:08:06 2014 -0700 |
tree | 22bfdee1c9f9a7cc5b11ca9398b28fc10e73ca0d | |
parent | 64590daa9e0dfb3aad89e3ab9230683b76211d5b [diff] |
nfs4: fix discover_server_trunking use after free If clp is new (cl_count = 1) and it matches another client in nfs4_discover_server_trunking, the nfs_put_client will free clp before ->cl_preserve_clid is set. Cc: stable@vger.kernel.org # 3.7+ Signed-off-by: Weston Andros Adamson <dros@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>