mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
c679eef052
commit
087e3b0460
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ void destroy_inode(struct inode *inode)
|
|||
else
|
||||
kmem_cache_free(inode_cachep, (inode));
|
||||
}
|
||||
EXPORT_SYMBOL(destroy_inode);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue