]> Git Repo - linux.git/blobdiff - fs/logfs/inode.c
Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi
[linux.git] / fs / logfs / inode.c
index bda39085309fc0e5cac8ba97c1809a6826b0d3a9..adb90116d36b1b2b0f0328a58cae9cdf0dde1794 100644 (file)
@@ -417,5 +417,10 @@ int logfs_init_inode_cache(void)
 
 void logfs_destroy_inode_cache(void)
 {
+       /*
+        * Make sure all delayed rcu free inodes are flushed before we
+        * destroy cache.
+        */
+       rcu_barrier();
        kmem_cache_destroy(logfs_inode_cache);
 }
This page took 0.031272 seconds and 4 git commands to generate.