nilfs2: add palloc cache to ifile
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 14 Nov 2009 07:44:22 +0000 (16:44 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 20 Nov 2009 01:05:50 +0000 (10:05 +0900)
commit49fa7a590208b439cc74f2cafdb15568abb3f8d1
tree2e6b235dff922a0a7529c601887ff3d47e826496
parentc3ea56c80081b826df4a0ac797432179cf5b7cd2
nilfs2: add palloc cache to ifile

This adds the palloc cache to ifile.  The palloc cache is allocated on
the extended region of nilfs_mdt_info struct.  The struct
nilfs_ifile_info defines the extended on memory structure of ifile.

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