aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-03-29 10:44:40 +1000
committerNathan Scott <nathans@sgi.com>2006-03-29 10:44:40 +1000
commitc25366680bab32efcbb5eda5f3c202099ba27b81 (patch)
treef433459e4db749d8e96b38152e30fac217e46cc4 /fs/xfs/linux-2.6/xfs_iops.c
parent[XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() (diff)
downloadlinux-dev-c25366680bab32efcbb5eda5f3c202099ba27b81.tar.xz
linux-dev-c25366680bab32efcbb5eda5f3c202099ba27b81.zip
[XFS] Cleanup in XFS after recent get_block_t interface tweaks.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_iops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c
index af487437bd7e..149237304fb6 100644
--- a/fs/xfs/linux-2.6/xfs_iops.c
+++ b/fs/xfs/linux-2.6/xfs_iops.c
@@ -708,7 +708,7 @@ STATIC void
xfs_vn_truncate(
struct inode *inode)
{
- block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_block);
+ block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_blocks);
}
STATIC int