From: Dave Chinner Date: Fri, 28 Nov 2008 03:23:37 +0000 (+1100) Subject: [XFS] remove i_gen from incore inode X-Git-Tag: v2.6.29-rc1~552^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c5295135d10fc90cbf160adfda392d91f58279;p=pandora-kernel.git [XFS] remove i_gen from incore inode i_gen is incremented in directory operations when the directory is changed. It is never read or otherwise used so it should be removed to help reduce the size of the struct xfs_inode. The patch also removes a duplicate logging of the directory inode core. We only need to do this once per transaction so kill the one associated with the i_gen increment. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Niv Sardi --- Reading git-diff-tree failed