From: Christoph Hellwig Date: Thu, 11 Oct 2007 07:44:08 +0000 (+1000) Subject: [XFS] kill xfs_iocore_t X-Git-Tag: v2.6.25-rc1~282^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=613d70436c1aeda6843ca8b70c7fab6d0484a591;p=pandora-kernel.git [XFS] kill xfs_iocore_t xfs_iocore_t is a structure embedded in xfs_inode. Except for one field it just duplicates fields already in xfs_inode, and there is nothing this abstraction buys us on XFS/Linux. This patch removes it and shrinks source and binary size of xfs aswell as shrinking the size of xfs_inode by 60/44 bytes in debug/non-debug builds. SGI-PV: 970852 SGI-Modid: xfs-linux-melb:xfs-kern:29754a Signed-off-by: Christoph Hellwig Signed-off-by: Lachlan McIlroy Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed