From: Jeff Layton Date: Mon, 5 Mar 2012 16:42:36 +0000 (-0500) Subject: nfsd4: fix recovery-dir leak on nfsd startup failure X-Git-Tag: v3.4-rc1~40^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d6b7811cad51b763566210fa98cc2786c7b7ee;p=pandora-kernel.git nfsd4: fix recovery-dir leak on nfsd startup failure The current code never calls nfsd4_shutdown_recdir if nfs4_state_start returns an error. Also, it's better to go ahead and consolidate these functions since one is just a trivial wrapper around the other. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed