nfsd4: fix recovery-entry leak nfsd startup failure
Another leak on error Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
a6d6b7811c
commit
a8ae08ebf1
1 changed files with 1 additions and 0 deletions
|
@ -4706,6 +4706,7 @@ nfs4_state_start(void)
|
||||||
out_free_laundry:
|
out_free_laundry:
|
||||||
destroy_workqueue(laundry_wq);
|
destroy_workqueue(laundry_wq);
|
||||||
out_recovery:
|
out_recovery:
|
||||||
|
nfs4_release_reclaim();
|
||||||
nfsd4_shutdown_recdir();
|
nfsd4_shutdown_recdir();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue