From: Vitaly Kuznetsov Date: Fri, 27 Feb 2015 19:25:52 +0000 (-0800) Subject: Drivers: hv: vmbus: rename channel work queues X-Git-Tag: omap-for-v4.2/o2_dc~63^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc63b6f634d91a0b2a7f3ba4f266e55fec369de3;p=pandora-kernel.git Drivers: hv: vmbus: rename channel work queues All channel work queues are named 'hv_vmbus_ctl', this makes them indistinguishable in ps output and makes it hard to link to the corresponding vmbus device. Rename them to hv_vmbus_ctl/N and make vmbus device names match, e.g. now vmbus_1 device is served by hv_vmbus_ctl/1 work queue. Signed-off-by: Vitaly Kuznetsov Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed