commit | 70a505285f9859f77e07f7c12371b0d29ecf3d82 | [log] [tgz] |
---|---|---|
author | Vlad Apostolov <vapo@sgi.com> | Sat Nov 11 18:04:41 2006 +1100 |
committer | Tim Shimmin <tes@sgi.com> | Sat Nov 11 18:04:41 2006 +1100 |
tree | 63f19703e72f34c0dff9f4130f6958e3f2675305 | |
parent | 439b8434792d0b62e32ab1416f214a18a640cc03 [diff] [blame] |
[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>
diff --git a/fs/xfs/support/move.c b/fs/xfs/support/move.c index caefa17..ac8617c 100644 --- a/fs/xfs/support/move.c +++ b/fs/xfs/support/move.c
@@ -22,7 +22,7 @@ * as we go. */ int -uio_read(caddr_t src, size_t len, struct uio *uio) +xfs_uio_read(caddr_t src, size_t len, struct uio *uio) { size_t count;