···11301131static void nilfs_destroy_cachep(void)1132{1133- if (nilfs_inode_cachep)1134 kmem_cache_destroy(nilfs_inode_cachep);1135- if (nilfs_transaction_cachep)1136 kmem_cache_destroy(nilfs_transaction_cachep);1137- if (nilfs_segbuf_cachep)1138 kmem_cache_destroy(nilfs_segbuf_cachep);1139- if (nilfs_btree_path_cache)1140 kmem_cache_destroy(nilfs_btree_path_cache);1141}1142
···11301131static void nilfs_destroy_cachep(void)1132{1133+ if (nilfs_inode_cachep)1134 kmem_cache_destroy(nilfs_inode_cachep);1135+ if (nilfs_transaction_cachep)1136 kmem_cache_destroy(nilfs_transaction_cachep);1137+ if (nilfs_segbuf_cachep)1138 kmem_cache_destroy(nilfs_segbuf_cachep);1139+ if (nilfs_btree_path_cache)1140 kmem_cache_destroy(nilfs_btree_path_cache);1141}1142