commit | 9ed0451ee0a13469f7b38e4ced8974036f6d114f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Oct 30 18:26:04 2008 +1100 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Thu Oct 30 18:26:04 2008 +1100 |
tree | bb9c5622198296933512dea3cefacfc17756eb1c | |
parent | 087e3b0460c367d0f4a5b71d7b013968ae23b588 [diff] |
[XFS] free partially initialized inodes using 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. SGI-PV: 987246 SGI-Modid: xfs-linux-melb:xfs-kern:32398a Signed-off-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: David Chinner <david@fromorbit.com>