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)
commit087e3b0460c367d0f4a5b71d7b013968ae23b588
tree538a3abac6a20a3c33f6307a9c92c05882b2081c
parentc679eef0520eb3c2c731fce505e61b8ef9469aac
Inode: export symbol destroy_inode

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