diff options
author | Nathan Scott <nathans@sgi.com> | 2005-05-05 16:33:40 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@melbourne.sgi.com> | 2005-05-05 16:33:40 -0400 |
commit | f403b7f452e4347f6af14c1f3c47bce758eb6337 (patch) | |
tree | 293a62e61b9cde904cda0a034c9ed91818c7764e /fs/xfs/xfs_iomap.c | |
parent | 24e17b5fb99d4d1b47fe0847a3a801e36d431ff6 (diff) |
[XFS] Cleanup use of loff_t vs xfs_off_t in the core code.
SGI Modid: xfs-linux:xfs-kern:22378a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_iomap.c')
-rw-r--r-- | fs/xfs/xfs_iomap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c index b291a2b53579..991f8a61f7c4 100644 --- a/fs/xfs/xfs_iomap.c +++ b/fs/xfs/xfs_iomap.c | |||
@@ -366,7 +366,7 @@ xfs_flush_space( | |||
366 | int | 366 | int |
367 | xfs_iomap_write_direct( | 367 | xfs_iomap_write_direct( |
368 | xfs_inode_t *ip, | 368 | xfs_inode_t *ip, |
369 | loff_t offset, | 369 | xfs_off_t offset, |
370 | size_t count, | 370 | size_t count, |
371 | int flags, | 371 | int flags, |
372 | xfs_bmbt_irec_t *ret_imap, | 372 | xfs_bmbt_irec_t *ret_imap, |
@@ -542,7 +542,7 @@ error_out: | |||
542 | int | 542 | int |
543 | xfs_iomap_write_delay( | 543 | xfs_iomap_write_delay( |
544 | xfs_inode_t *ip, | 544 | xfs_inode_t *ip, |
545 | loff_t offset, | 545 | xfs_off_t offset, |
546 | size_t count, | 546 | size_t count, |
547 | int ioflag, | 547 | int ioflag, |
548 | xfs_bmbt_irec_t *ret_imap, | 548 | xfs_bmbt_irec_t *ret_imap, |
@@ -747,7 +747,7 @@ write_map: | |||
747 | int | 747 | int |
748 | xfs_iomap_write_allocate( | 748 | xfs_iomap_write_allocate( |
749 | xfs_inode_t *ip, | 749 | xfs_inode_t *ip, |
750 | loff_t offset, | 750 | xfs_off_t offset, |
751 | size_t count, | 751 | size_t count, |
752 | xfs_bmbt_irec_t *map, | 752 | xfs_bmbt_irec_t *map, |
753 | int *retmap) | 753 | int *retmap) |
@@ -901,7 +901,7 @@ error0: | |||
901 | int | 901 | int |
902 | xfs_iomap_write_unwritten( | 902 | xfs_iomap_write_unwritten( |
903 | xfs_inode_t *ip, | 903 | xfs_inode_t *ip, |
904 | loff_t offset, | 904 | xfs_off_t offset, |
905 | size_t count) | 905 | size_t count) |
906 | { | 906 | { |
907 | xfs_mount_t *mp = ip->i_mount; | 907 | xfs_mount_t *mp = ip->i_mount; |