From: Lachlan McIlroy Date: Thu, 11 Oct 2007 07:34:33 +0000 (+1000) Subject: [XFS] kill unnessecary ioops indirection X-Git-Tag: v2.6.25-rc1~282^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541d7d3c4b31e2b0ac846fe6d2eb5cdbe1353095;p=pandora-kernel.git [XFS] kill unnessecary ioops indirection Currently there is an indirection called ioops in the XFS data I/O path. Various functions are called by functions pointers, but there is no coherence in what this is for, and of course for XFS itself it's entirely unused. This patch removes it instead and significantly reduces source and binary size of XFS while making maintaince easier. SGI-PV: 970841 SGI-Modid: xfs-linux-melb:xfs-kern:29737a Signed-off-by: Lachlan McIlroy Signed-off-by: Christoph Hellwig Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed