commit | 8b94025c00f9171b41ba9c1696943f5c935b62ef | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Sun May 23 01:39:02 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Jul 23 10:02:08 2010 +0900 |
tree | 97f770d1f1aa6d57c1a070514d4f933ffc4d467c | |
parent | 92c60ccaf3c15a06d859682b980de1066641b4d0 [diff] |
nilfs2: refactor recovery logic routines Most functions in recovery code take an argument of a super block instance or a nilfs_sb_info struct for convenience sake. This replaces them aggressively with a nilfs object by applying __bread and __breadahead against routines using sb_bread and sb_breadahead. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>