]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/udf/super.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[karo-tx-linux.git] / fs / udf / super.c
index 862741dddf27b7c935a15aef40b6b057970b93ad..d44fb568abe1a945c014a03c88648cd847906cc0 100644 (file)
@@ -171,6 +171,11 @@ static int init_inodecache(void)
 
 static void destroy_inodecache(void)
 {
+       /*
+        * Make sure all delayed rcu free inodes are flushed before we
+        * destroy cache.
+        */
+       rcu_barrier();
        kmem_cache_destroy(udf_inode_cachep);
 }