From: David Chinner Date: Tue, 5 Jun 2007 06:24:15 +0000 (+1000) Subject: [XFS] xfs_bmapi fails to update the previous extent pointer X-Git-Tag: v2.6.23-rc1~1056^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5ae8386b55677bde05bbd38b8fc82c67ad4564;p=pandora-kernel.git [XFS] xfs_bmapi fails to update the previous extent pointer When processing multiple extent maps, xfs_bmapi needs to keep track of the extent behind the one it is currently working on to be able to trim extent ranges correctly. Failing to update the previous pointer can result in corrupted extent lists in memory and this will result in panics or assert failures. Update the previous pointer correctly when we move to the next extent to process. SGI-PV: 965631 SGI-Modid: xfs-linux-melb:xfs-kern:28773a Signed-off-by: David Chinner Signed-off-by: Vlad Apostolov Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed