aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support/move.c
diff options
context:
space:
mode:
authorVlad Apostolov <vapo@sgi.com>2006-11-11 02:04:41 -0500
committerTim Shimmin <tes@sgi.com>2006-11-11 02:04:41 -0500
commit70a505285f9859f77e07f7c12371b0d29ecf3d82 (patch)
tree63f19703e72f34c0dff9f4130f6958e3f2675305 /fs/xfs/support/move.c
parent439b8434792d0b62e32ab1416f214a18a640cc03 (diff)
[XFS] rename uio_read() to xfs_uio_read()
SGI-PV: 957004 SGI-Modid: xfs-linux-melb:xfs-kern:27231a Signed-off-by: Vlad Apostolov <vapo@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
Diffstat (limited to 'fs/xfs/support/move.c')
-rw-r--r--fs/xfs/support/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/move.c b/fs/xfs/support/move.c
index caefa17b80fe..ac8617ca3909 100644
--- a/fs/xfs/support/move.c
+++ b/fs/xfs/support/move.c
@@ -22,7 +22,7 @@
22 * as we go. 22 * as we go.
23 */ 23 */
24int 24int
25uio_read(caddr_t src, size_t len, struct uio *uio) 25xfs_uio_read(caddr_t src, size_t len, struct uio *uio)
26{ 26{
27 size_t count; 27 size_t count;
28 28