[PATCH V3] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue

2017-09-18 Thread Dan Melnic
Add WQ_UNBOUND to the knbd-recv workqueue so we're not bound to a single CPU that is selected at device creation time. Signed-off-by: Dan Melnic <d...@fb.com> Reviewed-by: Josef Bacik <jba...@fb.com> --- drivers/block/nbd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH V2] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue

2017-09-18 Thread Dan Melnic
Add WQ_UNBOUND to the knbd-recv workqueue so we're not bound to a single CPU that is selected at device creation time. Signed-off-by: Dan Melnic <d...@fb.com> --- drivers/block/nbd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/block/nbd.c b/drivers/block

[PATCH] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue

2017-09-18 Thread Dan Melnic
Add WQ_UNBOUND to the knbd-recv workqueue so we're not bound to asingle CPU that is selected at device creation time Signed-off-by: Dan Melnic <d...@fb.com> --- drivers/block/nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c