From: Ryusuke Konishi Date: Sun, 23 May 2010 10:21:49 +0000 (+0900) Subject: nilfs2: divide load_segment_summary function X-Git-Tag: v2.6.36-rc1~500^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354fa8be280ce81c88b6b236d62d23ebcade2d3f;p=pandora-kernel.git nilfs2: divide load_segment_summary function load_segment_summary function has two distinct roles: getting summary header of a log, and verifying consistencies of the log. This divide it into two corresponding functions, nilfs_read_log_header and nilfs_validate_log to clarify the meaning. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed