aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4super.c')
-rw-r--r--fs/nfs/nfs4super.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/nfs/nfs4super.c b/fs/nfs/nfs4super.c
index 6f340f02f2ba..75090feeafad 100644
--- a/fs/nfs/nfs4super.c
+++ b/fs/nfs/nfs4super.c
@@ -53,7 +53,6 @@ static const struct super_operations nfs4_sops = {
53 .destroy_inode = nfs_destroy_inode, 53 .destroy_inode = nfs_destroy_inode,
54 .write_inode = nfs4_write_inode, 54 .write_inode = nfs4_write_inode,
55 .drop_inode = nfs_drop_inode, 55 .drop_inode = nfs_drop_inode,
56 .put_super = nfs_put_super,
57 .statfs = nfs_statfs, 56 .statfs = nfs_statfs,
58 .evict_inode = nfs4_evict_inode, 57 .evict_inode = nfs4_evict_inode,
59 .umount_begin = nfs_umount_begin, 58 .umount_begin = nfs_umount_begin,
@@ -346,6 +345,9 @@ out:
346 345
347static void __exit exit_nfs_v4(void) 346static void __exit exit_nfs_v4(void)
348{ 347{
348 /* Not called in the _init(), conditionally loaded */
349 nfs4_pnfs_v3_ds_connect_unload();
350
349 unregister_nfs_version(&nfs_v4); 351 unregister_nfs_version(&nfs_v4);
350 nfs4_unregister_sysctl(); 352 nfs4_unregister_sysctl();
351 nfs_idmap_quit(); 353 nfs_idmap_quit();