commit | e44ed99d1949315755bffb12a5a483ac66d4a976 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Tue May 16 12:45:32 2017 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 06 20:18:36 2017 +0200 |
tree | 52ee8fec56a270ed7893e63da4d18e02e53357ea | |
parent | f2609565369429bc1619d106b200106dba29290e [diff] |
nbd: add errp to read_sync, write_sync and drop_sync There a lot of calls of these functions, which already have errp, which they are filling themselves. On the other hand, nbd_wr_syncv has errp parameter too, so it would be great to connect them. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20170516094533.6160-5-vsementsov@virtuozzo.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>