summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile-linux-2.6
diff options
context:
space:
mode:
authorChristoph Hellwig2007-10-11 09:44:08 +0200
committerLachlan McIlroy2008-02-07 06:48:58 +0100
commit613d70436c1aeda6843ca8b70c7fab6d0484a591 (patch)
treee8cc8d1f2cf3720285f0439c9d057555ab293b0c /fs/xfs/Makefile-linux-2.6
parent[XFS] Remove spin.h (diff)
downloadkernel-qcow2-linux-613d70436c1aeda6843ca8b70c7fab6d0484a591.tar.gz
kernel-qcow2-linux-613d70436c1aeda6843ca8b70c7fab6d0484a591.tar.xz
kernel-qcow2-linux-613d70436c1aeda6843ca8b70c7fab6d0484a591.zip
[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 <hch@infradead.org> Signed-off-by: Lachlan McIlroy <lachlan@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/Makefile-linux-2.6')
-rw-r--r--fs/xfs/Makefile-linux-2.61
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/Makefile-linux-2.6 b/fs/xfs/Makefile-linux-2.6
index d1491aa7a0e2..97316451fc6d 100644
--- a/fs/xfs/Makefile-linux-2.6
+++ b/fs/xfs/Makefile-linux-2.6
@@ -70,7 +70,6 @@ xfs-y += xfs_alloc.o \
xfs_iget.o \
xfs_inode.o \
xfs_inode_item.o \
- xfs_iocore.o \
xfs_iomap.o \
xfs_itable.o \
xfs_dfrag.o \