]> Pileus Git - ~andy/linux/blobdiff - fs/inode.c
Merge branch 'for-2638/i2c/omap' into for-linus/i2c-2638
[~andy/linux] / fs / inode.c
index 6751dfe8cc06cb56c6c635b0c0aa57151cc0ea48..da85e56378f3e1d98c241901171e24e83882f189 100644 (file)
@@ -257,6 +257,12 @@ static struct inode *alloc_inode(struct super_block *sb)
        return inode;
 }
 
+void free_inode_nonrcu(struct inode *inode)
+{
+       kmem_cache_free(inode_cachep, inode);
+}
+EXPORT_SYMBOL(free_inode_nonrcu);
+
 void __destroy_inode(struct inode *inode)
 {
        BUG_ON(inode_has_buffers(inode));