From: Evgeniy Dushistov Date: Mon, 12 Feb 2007 08:54:31 +0000 (-0800) Subject: [PATCH] ufs2 write: inodes write X-Git-Tag: v2.6.21-rc1~274^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3313e29267414e4e3bf0d3de1caf9cb439b64aaf;p=pandora-kernel.git [PATCH] ufs2 write: inodes write This patch adds into write inode path function to write UFS2 inode, and modifys allocate inode path to allocate and init additional inode chunks. Also some cleanups: - remove not used parameters in some functions - remove i_gen field from ufs_inode_info structure, there is i_generation in inode structure with same purposes. Signed-off-by: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed