Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8ae08eb authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: fix recovery-entry leak nfsd startup failure



Another leak on error

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent a6d6b781
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}