On Wed, Jun 22, 2016 at 09:51:10AM -0600, Eric Blake wrote: > Another step towards killing off sector-based block APIs. > > While at it, call directly into nbd-client.c instead of having > a pointless trivial wrapper in nbd.c. > > Signed-off-by: Eric Blake > --- > block/nbd-client.h | 3 +-- > block/nbd-client.c | 11 ++++++----- > block/nbd.c | 12 +++--------- > 3 files changed, 10 insertions(+), 16 deletions(-) Reviewed-by: Stefan Hajnoczi