nilfs2: add size option of private object to metadata file allocator
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Thu, 12 Nov 2009 13:42:04 +0000 (22:42 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 20 Nov 2009 01:05:48 +0000 (10:05 +0900)
commit5731e191f254af9135ad843119804a500528ecf3
tree1ababce01647674af0e9c6bfb36f5ab5e96ab76c
parent9cb4e0d2b99e8b0e5e269d898ae6ab1967647c5a
nilfs2: add size option of private object to metadata file allocator

This adds an optional "object size" argument to nilfs_mdt_new_common()
function; the argument specifies the size of private object attached
to a newly allocated metadata file inode.

This will afford space to keep local variables for meta data files.

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