Re: [Nbd] [PATCH 3/9] nbd: Remove kernel internal header

2015-02-15 Thread Markus Pargmann
On Sat, Feb 14, 2015 at 11:30:24AM +0100, Wouter Verhelst wrote: > On Thu, Feb 12, 2015 at 09:57:31PM +0100, Markus Pargmann wrote: > > The header is not included anywhere. Remove it and include the private > > nbd_device struct in nbd.c. > > It exists mostly for the benefit of userspace trying to

Re: [Nbd] [PATCH 3/9] nbd: Remove kernel internal header

2015-02-14 Thread Wouter Verhelst
On Thu, Feb 12, 2015 at 09:57:31PM +0100, Markus Pargmann wrote: > The header is not included anywhere. Remove it and include the private > nbd_device struct in nbd.c. It exists mostly for the benefit of userspace trying to speak the NBD protocol. I've stopped trying to depend on it (since nbd-ser