VFS : mount lock scalability for internal mounts
[linux-2.6-block.git] / fs / hugetlbfs / inode.c
index 7aafeb8fa3005eb14fd09f75d94c17dbeefe8481..0b686cec9976b39bfd50f37b4a5ad8d7690d4e29 100644 (file)
@@ -1030,6 +1030,7 @@ static int __init init_hugetlbfs_fs(void)
 static void __exit exit_hugetlbfs_fs(void)
 {
        kmem_cache_destroy(hugetlbfs_inode_cachep);
+       kern_unmount(hugetlbfs_vfsmount);
        unregister_filesystem(&hugetlbfs_fs_type);
        bdi_destroy(&hugetlbfs_backing_dev_info);
 }