From: Evgeniy Dushistov Date: Tue, 27 Jun 2006 09:53:59 +0000 (-0700) Subject: [PATCH] ufs: ufs_read_inode cleanup X-Git-Tag: v2.6.18-rc1~552 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05f225dc8729d3e5703b8c34e750fdca67bcefe6;p=pandora-kernel.git [PATCH] ufs: ufs_read_inode cleanup Add missed ufsi->i_dir_start_lookup initialization in ufs_read_inode in UFS2 case. Also it cleans ufs_read_inode function to prevent such kind of situation in the future: it move depend on UFS type parts of code into separate functions and leaves in ufs_read_inode only generic code. It cleans code and avoids duplication. Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed