From: Ryusuke Konishi Date: Sat, 10 Apr 2010 08:59:15 +0000 (+0900) Subject: nilfs2: insert checkpoint number in segment summary header X-Git-Tag: v2.6.35-rc1~462^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50614bcf29d0cec6df5b84c0d8331e8b8c7d72a7;p=pandora-kernel.git nilfs2: insert checkpoint number in segment summary header This adds a field to record the latest checkpoint number in the nilfs_segment_summary structure. This will help to recover the latest checkpoint number from logs on disk. This field is intended for crucial cases in which super blocks have lost pointer to the latest log. Even though this will change the disk format, both backward and forward compatibility is preserved by a size field prepared in the segment summary header. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed