nbd/server: remove NBDClientNewData
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Fri, 2 Jun 2017 15:01:46 +0000 (18:01 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jun 2017 09:18:32 +0000 (11:18 +0200)
commitc84087f2f52f6e87ad1cbd07e5502ab748c17039
tree64045f1126ceee87496909e80f741be0530dfea8
parentee898b870fe864bf93370482aafbece1ca205dc3
nbd/server: remove NBDClientNewData

"co" field of NBDClientNewData has never been used, all the way back to
its declaration in commit 1a6245a5. So let's just use client pointer
instead of extra structure.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20170602150150.258222-9-vsementsov@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
nbd/server.c