[XFS] (mostly) remove xfs_inval_cached_pages Since the last round of
authorChristoph Hellwig <hch@sgi.com>
Tue, 21 Jun 2005 05:47:39 +0000 (15:47 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 21 Jun 2005 05:47:39 +0000 (15:47 +1000)
commitbd5a876ac4c130e8e1986dcdbb21839ae4cd91c0
tree5b03fbdcfafa7702cf70388891a1bab700349add
parentd130c14c0310edac5ea0c6327bef7e3715f9a083
[XFS] (mostly) remove xfs_inval_cached_pages  Since the last round of
direct I/O locking changes it is just a wrapper around
VOP_FLUSHINVAL_PAGES, so it's not nessecary anymore.  Keep a simplified
version for kernels < 2.4.22, as these don't have the changed direct I/O
locking.

SGI-PV: 938064
SGI-Modid: xfs-linux:xfs-kern:194420a

Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
fs/xfs/linux-2.6/xfs_lrw.c
fs/xfs/linux-2.6/xfs_lrw.h
fs/xfs/xfs_dfrag.c
fs/xfs/xfs_vnodeops.c