aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/support/move.c
diff options
context:
space:
mode:
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