From: Christoph Hellwig Date: Sun, 18 Sep 2011 20:40:43 +0000 (+0000) Subject: xfs: remove the nextents variable in xfs_bmapi X-Git-Tag: v3.2-rc1~134^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecee76ba9d91fdcbdff933ca1bd41465ca4c4fdb;p=pandora-kernel.git xfs: remove the nextents variable in xfs_bmapi Instead of using a local variable that needs to updated when we modify the extent map just check ifp->if_bytes directly where we use it. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed