Inode: export symbol destroy_inode
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Oct 2008 07:24:37 +0000 (18:24 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 30 Oct 2008 07:24:37 +0000 (18:24 +1100)
To make sure we free the security data inodes need to be freed using
the proper VFS helper (which we also need to export for this). We mark
these inodes bad so we can skip the flush path for them.

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
fs/inode.c

index fbcf6c5e76055f4166c023c0c110013fc83cfba2..f84ba338fafd81264847f797533f14230c9c7214 100644 (file)
@@ -212,6 +212,7 @@ void destroy_inode(struct inode *inode)
        else
                kmem_cache_free(inode_cachep, (inode));
 }
+EXPORT_SYMBOL(destroy_inode);
 
 
 /*
This page took 0.030463 seconds and 5 git commands to generate.