commit | 354fa8be280ce81c88b6b236d62d23ebcade2d3f | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun May 23 19:21:49 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:09 2010 +0900 |
tree | 68577608794a15910b72d7644339edc1f39eddbe | |
parent | aee5ce2f578b98eba16e59cb84d39a95682a836b [diff] |
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 <konishi.ryusuke@lab.ntt.co.jp>