aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/support/move.h
diff options
context:
space:
mode:
authorVlad Apostolov <vapo@sgi.com>2006-11-11 18:04:41 +1100
committerTim Shimmin <tes@sgi.com>2006-11-11 18:04:41 +1100
commit70a505285f9859f77e07f7c12371b0d29ecf3d82 (patch)
tree63f19703e72f34c0dff9f4130f6958e3f2675305 /fs/xfs/support/move.h
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.h')
-rw-r--r--fs/xfs/support/move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/move.h b/fs/xfs/support/move.h
index 97a2498d2da..977879c24ff 100644
--- a/fs/xfs/support/move.h
+++ b/fs/xfs/support/move.h
@@ -65,6 +65,6 @@ struct uio {
typedef struct uio uio_t;
typedef struct iovec iovec_t;
-extern int uio_read (caddr_t, size_t, uio_t *);
+extern int xfs_uio_read (caddr_t, size_t, uio_t *);
#endif /* __XFS_SUPPORT_MOVE_H__ */