From: Ryusuke Konishi Date: Thu, 12 Nov 2009 16:36:56 +0000 (+0900) Subject: nilfs2: separate read method of meta data files on super root block X-Git-Tag: v2.6.33-rc1~322^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8707df38478c8e0958b706f0ea1cdf99d00a9469;p=pandora-kernel.git nilfs2: separate read method of meta data files on super root block Will displace nilfs_mdt_read_inode_direct function with an individual read method: nilfs_dat_read, nilfs_sufile_read, nilfs_cpfile_read. This provides the opportunity to initialize local variables of each metadata file after reading the inode. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed