commit | 6d4c1a30b32a377083900f39c42bcacb633f99a1 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 16 20:15:43 2016 -0500 |
committer | Mike Marshall <hubcap@omnibond.com> | Fri Mar 25 22:30:54 2016 -0400 |
tree | 0ee0925a24065a72acd9213b1a2f98ce67897e2f | |
parent | 524b1d3095159adeee0305508eefc836a197b681 [diff] |
orangefs: fix do_readv_writev() handling of error halfway through Error should only be returned if nothing had been read/written. Otherwise we need to report a short read/write instead. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Marshall <hubcap@omnibond.com>