diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-29 10:44:40 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-29 10:44:40 +1000 |
commit | c25366680bab32efcbb5eda5f3c202099ba27b81 (patch) | |
tree | f433459e4db749d8e96b38152e30fac217e46cc4 /fs/xfs/linux-2.6/xfs_iops.c | |
parent | 0b7e56a450a4800c5f48f3a345a5a7de2f38041c (diff) |
[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.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 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 |