[rft/rfc/patch-2.6.28-rc3+ 53/59] omap: namespace cleanup to fs/xfs/xfs_iomap.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Felipe Balbi <felipe.balbi@xxxxxxxxx>

Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx>
---
 fs/xfs/xfs_iomap.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c
index 67f22b2..40f2a17 100644
--- a/fs/xfs/xfs_iomap.c
+++ b/fs/xfs/xfs_iomap.c
@@ -244,10 +244,10 @@ xfs_iomap(
 		}
 
 		if (flags & (BMAPI_DIRECT|BMAPI_MMAP)) {
-			error = xfs_iomap_write_direct(ip, offset, count, flags,
+			error = xfs_i__raw_write_direct(ip, offset, count, flags,
 						       &imap, &nimaps, nimaps);
 		} else {
-			error = xfs_iomap_write_delay(ip, offset, count, flags,
+			error = xfs_i__raw_write_delay(ip, offset, count, flags,
 						      &imap, &nimaps);
 		}
 		if (!error) {
@@ -267,7 +267,7 @@ xfs_iomap(
 			break;
 		}
 
-		error = xfs_iomap_write_allocate(ip, offset, count,
+		error = xfs_i__raw_write_allocate(ip, offset, count,
 						 &imap, &nimaps);
 		break;
 	}
@@ -388,7 +388,7 @@ xfs_cmn_err_fsblock_zero(
 }
 
 int
-xfs_iomap_write_direct(
+xfs_i__raw_write_direct(
 	xfs_inode_t	*ip,
 	xfs_off_t	offset,
 	size_t		count,
@@ -602,7 +602,7 @@ xfs_iomap_eof_want_preallocate(
 }
 
 int
-xfs_iomap_write_delay(
+xfs_i__raw_write_delay(
 	xfs_inode_t	*ip,
 	xfs_off_t	offset,
 	size_t		count,
@@ -705,7 +705,7 @@ retry:
  * guarantee is that whatever we allocate fills the required range.
  */
 int
-xfs_iomap_write_allocate(
+xfs_i__raw_write_allocate(
 	xfs_inode_t	*ip,
 	xfs_off_t	offset,
 	size_t		count,
@@ -865,7 +865,7 @@ error0:
 }
 
 int
-xfs_iomap_write_unwritten(
+xfs_i__raw_write_unwritten(
 	xfs_inode_t	*ip,
 	xfs_off_t	offset,
 	size_t		count)
-- 
1.6.0.2.307.gc427

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux