From: Olaf Weber Date: Fri, 9 Jun 2006 04:48:12 +0000 (+1000) Subject: [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report X-Git-Tag: v2.6.18-rc1~858^2~8^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e57ecf640428c01ba1ed8c8fc538447ada1715b;p=pandora-kernel.git [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report the range spanned by modifications to the in-core extent map. Add XFS_BUNMAPI() and XFS_SWAP_EXTENTS() macros that call xfs_bunmapi() and xfs_swap_extents() via the ioops vector. Change all calls that may modify the in-core extent map for the data fork to go through the ioops vector. This allows a cache of extent map data to be kept in sync. SGI-PV: 947615 SGI-Modid: xfs-linux-melb:xfs-kern:209226a Signed-off-by: Olaf Weber Signed-off-by: Nathan Scott --- Reading git-diff-tree failed