diff options
Diffstat (limited to 'fs/xfs/support/move.c')
-rw-r--r-- | fs/xfs/support/move.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |