From: Ryusuke Konishi Date: Sat, 30 Apr 2011 09:56:12 +0000 (+0900) Subject: nilfs2: super root size should change depending on inode size X-Git-Tag: v3.0-rc1~355^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c6de1aa65189c37cc3c9af78da756c06a99899b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed