Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82417
b: refs/heads/master
c: 46b2589
h: refs/heads/master
i:
  82415: 55b2f41
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 16b20ca commit 4b4b281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca2a05aa7c72309ee65164c78fa2be7a5038215e
refs/heads/master: 46b25895767c606c630a97b03a895934a7a36a70
2 changes: 2 additions & 0 deletions trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,12 +695,14 @@ static int __init init_nfsd(void)
}
retval = register_filesystem(&nfsd_fs_type);
if (retval) {
nfsd_idmap_shutdown();
nfsd_export_shutdown();
nfsd_cache_shutdown();
remove_proc_entry("fs/nfs/exports", NULL);
remove_proc_entry("fs/nfs", NULL);
nfsd_stat_shutdown();
nfsd_lockd_shutdown();
nfsd4_free_slabs();
}
return retval;
}
Expand Down

0 comments on commit 4b4b281

Please sign in to comment.