提交 a8ae08eb 编写于 作者: J J. Bruce Fields

nfsd4: fix recovery-entry leak nfsd startup failure

Another leak on error
Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 a6d6b781
...@@ -4706,6 +4706,7 @@ nfs4_state_start(void) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册