commit | a6d6b7811cad51b763566210fa98cc2786c7b7ee | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Mar 05 11:42:36 2012 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Mar 06 18:13:25 2012 -0500 |
tree | 335140bf7d55149136fe4e52d37ef351aebd3388 | |
parent | 393d8ed80f0e9b7edad737053a5fb375f0bf4849 [diff] |
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 <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>