From: Christoph Hellwig Date: Mon, 23 May 2011 08:52:53 +0000 (+0000) Subject: xfs: remove if_lastex X-Git-Tag: v3.0-rc1~139^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec90c5563413ba6d29607397c54958d49c3461a3;p=pandora-kernel.git xfs: remove if_lastex The if_lastex field in struct xfs_ifork is only used as a temporary index during xfs_bmapi and xfs_bunmapi. Instead of using the inode fork to store it keep it local in the callchain. Fortunately this is very easy as we already pass a stack copy of it down the whole chain which can simplify be changed to be passed by reference. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed