]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/quota/xfs_qm.c
[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them report
authorOlaf Weber <olaf@sgi.com>
Fri, 9 Jun 2006 04:48:12 +0000 (14:48 +1000)
committerNathan Scott <nathans@sgi.com>
Fri, 9 Jun 2006 04:48:12 +0000 (14:48 +1000)
commit3e57ecf640428c01ba1ed8c8fc538447ada1715b
treebcc92b0017b5ec8e106649cd53beffdd6addde07
parent128e6ced247cda88f96fa9f2e4ba8b2c4a681560
[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 <olaf@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
19 files changed:
fs/xfs/linux-2.6/xfs_lrw.c
fs/xfs/linux-2.6/xfs_lrw.h
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_qm.c
fs/xfs/xfs_attr.c
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_bmap.c
fs/xfs/xfs_bmap.h
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_dfrag.h
fs/xfs/xfs_dir2.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_iocore.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_vnodeops.c