commit | 8707df38478c8e0958b706f0ea1cdf99d00a9469 | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 13 01:36:56 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 20 10:05:48 2009 +0900 |
tree | 5bc882fda214b4020f65f1df217e7fae40c10145 | |
parent | 79739565e15f2adbc482207a0800fc127c84d1a0 [diff] |
nilfs2: separate read method of meta data files on super root block Will displace nilfs_mdt_read_inode_direct function with an individual read method: nilfs_dat_read, nilfs_sufile_read, nilfs_cpfile_read. This provides the opportunity to initialize local variables of each metadata file after reading the inode. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>