From: Christoph Hellwig Date: Wed, 11 May 2011 15:04:09 +0000 (+0000) Subject: xfs: do not do pointer arithmetic on extent records X-Git-Tag: v3.0-rc1~139^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c63b73cf60dc4800cde5ce7fd9466c419e5e36;p=pandora-kernel.git xfs: do not do pointer arithmetic on extent records We need to call xfs_iext_get_ext for the previous extent to get a valid pointer, and can't just do pointer arithmetics as they might be in different pages. Signed-off-by: Christoph Hellwig Reviewed-by: Lachlan McIlroy Signed-off-by: Alex Elder --- Reading git-diff-tree failed