commit | 6c6de1aa65189c37cc3c9af78da756c06a99899b | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sat Apr 30 18:56:12 2011 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Tue May 10 22:21:44 2011 +0900 |
tree | 13f6d4a90d81357d581b80b8e400bd0b53b0a3e7 | |
parent | 1cb2d38cb3e59d58e8321a0592e84b5761afb063 [diff] |
nilfs2: super root size should change depending on inode size The size of super root structure depends on inode size, so NILFS_SR_BYTES macro should be a function of the inode size. This fixes the issue. Even though a different size value will be written for a possible future filesystem with extended inode, but fortunately this does not break disk format compatibility. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>