diff --git a/super.c b/super.c index 96ed9de..104f46c 100644 --- a/super.c +++ b/super.c @@ -29,6 +29,7 @@ int simplefs_init_inode_cache(void) void simplefs_destroy_inode_cache(void) { kmem_cache_destroy(simplefs_inode_cache); + rcu_barrier(); } static struct inode *simplefs_alloc_inode(struct super_block *sb)