commit | c25366680bab32efcbb5eda5f3c202099ba27b81 | [log] [tgz] |
---|---|---|
author | Nathan Scott <nathans@sgi.com> | Wed Mar 29 10:44:40 2006 +1000 |
committer | Nathan Scott <nathans@sgi.com> | Wed Mar 29 10:44:40 2006 +1000 |
tree | f433459e4db749d8e96b38152e30fac217e46cc4 | |
parent | 0b7e56a450a4800c5f48f3a345a5a7de2f38041c [diff] [blame] |
[XFS] Cleanup in XFS after recent get_block_t interface tweaks. Signed-off-by: Nathan Scott <nathans@sgi.com>
diff --git a/fs/xfs/linux-2.6/xfs_iops.c b/fs/xfs/linux-2.6/xfs_iops.c index af48743..1492373 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c
@@ -708,7 +708,7 @@ 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