From: Ryusuke Konishi Date: Sat, 22 May 2010 16:39:02 +0000 (+0900) Subject: nilfs2: refactor recovery logic routines X-Git-Tag: v2.6.36-rc1~500^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b94025c00f9171b41ba9c1696943f5c935b62ef;p=pandora-kernel.git 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 --- Reading git-diff-tree failed