mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 10:58:20 +07:00
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
@ -4706,6 +4706,7 @@ nfs4_state_start(void)
|
||||
out_free_laundry:
|
||||
destroy_workqueue(laundry_wq);
|
||||
out_recovery:
|
||||
nfs4_release_reclaim();
|
||||
nfsd4_shutdown_recdir();
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user