]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: hv: rename context to channel in struct hv_device
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 16:05:27 +0000 (09:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Oct 2010 16:05:27 +0000 (09:05 -0700)
commitcae5b843c82d76e643d6822597a9ea2866e9b30d
tree4097bb390043c9345956cdef94c08b91b6609f6f
parent7053a27a4c7fb3cf02944a7077c88a23b226c5f0
Staging: hv: rename context to channel in struct hv_device

As it really is a channel, not a "context" name it so.

This also entailed making a few more functions typesafe as they were
sending a struct vmbus_channel pointer as a void pointer.

There are still a few more that need to be converted (the osd callbacks
are one), but this is good for now.

Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel_interface.c
drivers/staging/hv/netvsc.c
drivers/staging/hv/vmbus.c
drivers/staging/hv/vmbus_api.h
drivers/staging/hv/vmbus_drv.c
drivers/staging/hv/vmbus_private.h