diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_iops.c | 2 |
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 | |||
708 | xfs_vn_truncate( | 708 | xfs_vn_truncate( |
709 | struct inode *inode) | 709 | struct inode *inode) |
710 | { | 710 | { |
711 | block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_block); | 711 | block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_blocks); |
712 | } | 712 | } |
713 | 713 | ||
714 | STATIC int | 714 | STATIC int |