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

No differences found