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)
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>

No differences found