From: Ryusuke Konishi Date: Thu, 19 Nov 2009 07:58:40 +0000 (+0900) Subject: nilfs2: move recovery completion into load_nilfs function X-Git-Tag: v2.6.33-rc1~322^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50a4c8149cc135921a8a0476bff8e622f59aef9;p=pandora-kernel.git nilfs2: move recovery completion into load_nilfs function Although mount recovery of nilfs is integrated in load_nilfs() procedure, the completion of recovery was isolated from the procedure and performed at the end of the fill_super routine. This was somewhat confusing since the recovery is needed for the nilfs object, not for a super block instance. To resolve the inconsistency, this will integrate the recovery completion into load_nilfs(). Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed