aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/readwrite.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-06-07 12:22:31 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2010-08-09 16:48:26 -0400
commit8e22c1a4e429e9facf309c7e7a03ba9cdfd7b106 (patch)
treecf708706e742d96fed8bf997feb279dc4f9a7426 /fs/logfs/readwrite.c
parentconvert nilfs2 to ->evict_inode() (diff)
downloadlinux-dev-8e22c1a4e429e9facf309c7e7a03ba9cdfd7b106.tar.xz
linux-dev-8e22c1a4e429e9facf309c7e7a03ba9cdfd7b106.zip
logfs: get rid of magical inodes
ordering problems at ->kill_sb() time are solved by doing iput() of these suckers in ->put_super() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/logfs/readwrite.c')
-rw-r--r--fs/logfs/readwrite.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/logfs/readwrite.c b/fs/logfs/readwrite.c
index 0718d112a1a5..580d126d597d 100644
--- a/fs/logfs/readwrite.c
+++ b/fs/logfs/readwrite.c
@@ -2272,7 +2272,6 @@ void logfs_cleanup_rw(struct super_block *sb)
{
struct logfs_super *super = logfs_super(sb);
- destroy_meta_inode(super->s_segfile_inode);
logfs_mempool_destroy(super->s_block_pool);
logfs_mempool_destroy(super->s_shadow_pool);
}