Skip to content

Commit

Permalink
nilfs2: refactor recovery logic routines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ryusuke Konishi committed Jul 23, 2010
1 parent 92c60cc commit 8b94025
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 73 deletions.
Loading

0 comments on commit 8b94025

Please sign in to comment.