[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>
This commit is contained in:
committed by
Tim Shimmin
parent
439b843479
commit
70a505285f
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user