diff options
author | Nathan Scott <nathans@sgi.com> | 2006-03-13 21:54:26 -0500 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-03-13 21:54:26 -0500 |
commit | e4c573bb6a8477a26b3d5471fd116d258760a13a (patch) | |
tree | 6a3466f40c2102ff8f161fc70861040791474ed8 /fs/xfs/linux-2.6/xfs_iops.c | |
parent | b8b0f546569871b365a5e3b3cc3f667af658dd49 (diff) |
[XFS] Switch over from linvfs names for address space ops for consistent
naming.
SGI-PV: 950556
SGI-Modid: xfs-linux-melb:xfs-kern:25378a
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 b1219195c6e2..52b02bd5c283 100644 --- a/fs/xfs/linux-2.6/xfs_iops.c +++ b/fs/xfs/linux-2.6/xfs_iops.c | |||
@@ -739,7 +739,7 @@ STATIC void | |||
739 | linvfs_truncate( | 739 | linvfs_truncate( |
740 | struct inode *inode) | 740 | struct inode *inode) |
741 | { | 741 | { |
742 | block_truncate_page(inode->i_mapping, inode->i_size, linvfs_get_block); | 742 | block_truncate_page(inode->i_mapping, inode->i_size, xfs_get_block); |
743 | } | 743 | } |
744 | 744 | ||
745 | STATIC int | 745 | STATIC int |