Re: [PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Markus Pargmann
On Thu, Apr 02, 2015 at 02:05:34AM -0700, Christoph Hellwig wrote: > On Thu, Apr 02, 2015 at 10:11:39AM +0200, Markus Pargmann wrote: > > +/* > > + * Forcibly shutdown the socket causing all listeners to error > > + */ > > static void sock_shutdown(struct nbd_device *nbd, int lock) > > { > > -

Re: [PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Christoph Hellwig
On Thu, Apr 02, 2015 at 10:11:39AM +0200, Markus Pargmann wrote: > +/* > + * Forcibly shutdown the socket causing all listeners to error > + */ > static void sock_shutdown(struct nbd_device *nbd, int lock) > { > - /* Forcibly shutdown the socket causing all listeners > - * to error > -

[PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Markus Pargmann
The mentioned problem is not present anymore. Signed-off-by: Markus Pargmann --- drivers/block/nbd.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 217b570dd7a5..6e7a7b06efcb 100644 --- a/drivers/block/nbd.c +++

Re: [PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Markus Pargmann
On Thu, Apr 02, 2015 at 02:05:34AM -0700, Christoph Hellwig wrote: On Thu, Apr 02, 2015 at 10:11:39AM +0200, Markus Pargmann wrote: +/* + * Forcibly shutdown the socket causing all listeners to error + */ static void sock_shutdown(struct nbd_device *nbd, int lock) { - /* Forcibly

[PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Markus Pargmann
The mentioned problem is not present anymore. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/block/nbd.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 217b570dd7a5..6e7a7b06efcb 100644 ---

Re: [PATCH 7/9] nbd: Remove fixme that was already fixed

2015-04-02 Thread Christoph Hellwig
On Thu, Apr 02, 2015 at 10:11:39AM +0200, Markus Pargmann wrote: +/* + * Forcibly shutdown the socket causing all listeners to error + */ static void sock_shutdown(struct nbd_device *nbd, int lock) { - /* Forcibly shutdown the socket causing all listeners - * to error - *

[PATCH 7/9] nbd: Remove fixme that was already fixed

2015-02-12 Thread Markus Pargmann
The mentioned problem is not present anymore. Signed-off-by: Markus Pargmann --- drivers/block/nbd.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 60a38b06a79b..3a3e0057e991 100644 --- a/drivers/block/nbd.c +++

[PATCH 7/9] nbd: Remove fixme that was already fixed

2015-02-12 Thread Markus Pargmann
The mentioned problem is not present anymore. Signed-off-by: Markus Pargmann m...@pengutronix.de --- drivers/block/nbd.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index 60a38b06a79b..3a3e0057e991 100644 ---