From: Weston Andros Adamson Date: Mon, 20 Jan 2014 03:45:36 +0000 (-0500) Subject: nfs4: fix discover_server_trunking use after free X-Git-Tag: v3.14-rc1~77^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abad2fa5ba67725a3f9c376c8cfe76fbe94a3041;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed