nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sun, 5 Sep 2010 01:14:43 +0000 (10:14 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 23 Oct 2010 00:24:37 +0000 (09:24 +0900)
commitadbb39b5485b72dca963a2bc9b1b22bfc19d4967
tree7c28b2011ee35b2407140de15381d9c417755dd9
parent518d1a6a1d6610a014875a2fe3252e89b6260d2f
nilfs2: do not allocate nilfs_mdt_info structure to gc-inodes

GC-inode now doesn't need the nilfs_mdt_info structure and there is no
reason that it is a sort of metadata files.

This stops the allocation and makes them not dependent on metadata
file routines.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/gcinode.c