nfs_pwrite_async: handle short writes
authorPeter Lieven <pl@kamp.de>
Sat, 15 Mar 2014 15:22:03 +0000 (16:22 +0100)
committerPeter Lieven <pl@kamp.de>
Sun, 16 Mar 2014 19:07:59 +0000 (20:07 +0100)
commit027a767eca52f74e0cdbcd60268472f2ae5514f9
tree7687eecb05d221706bf8a0a77a5d5b2df6539f5b
parentd485997ad37be6ac5f1e89f4e6b2cb68921ce193
nfs_pwrite_async: handle short writes

the RFC allows the server to write less bytes than requested.
this patch implements a reissue logic for the reminder of the
write request(s).

Signed-off-by: Peter Lieven <pl@kamp.de>
lib/libnfs.c