From: Trond Myklebust Date: Mon, 26 Aug 2013 20:05:11 +0000 (-0400) Subject: RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects X-Git-Tag: v3.12-rc1~87^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2fddd3e7f7cd437fb234407d7504fd22caf064;p=pandora-kernel.git RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objects If an error condition occurs on rpc_pipefs creation, or the user mounts rpc_pipefs and then unmounts it, then the dentries in struct gss_auth need to be reset to NULL so that a second call to gss_pipes_dentries_destroy doesn't try to free them again. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed