libnfs-sync: nfs_{read,write}: use their _async counterparts internally
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 31 Mar 2014 21:35:38 +0000 (23:35 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 4 Apr 2014 01:04:41 +0000 (18:04 -0700)
commit9e6ac3d4ee1b9d7c5bf1598b1b82a13183e013bd
tree5e291b0dea55e74598f62e4f8848f4e90f11b7ad
parent1f1b6cb0a78dcd89299ce22abc96171d1288e074
libnfs-sync: nfs_{read,write}: use their _async counterparts internally

Previously nfs_read and nfs_write used to use nfs_pread and nfs_pwrite respectively.
In preparation of getting the file position handling right this has to be detangled.

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
lib/libnfs-sync.c