summaryrefslogtreecommitdiff
path: root/drivers/hv/hyperv_vmbus.h
diff options
context:
space:
mode:
authorVitaly Kuznetsov <vkuznets@redhat.com>2016-09-02 12:58:19 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-02 15:22:51 (GMT)
commit98f531b10d23e3c28e8d34c0e88822a81231b3c2 (patch)
tree1865a01afd742dedea81ee61fadfe0ec4f6456c9 /drivers/hv/hyperv_vmbus.h
parent7789e5a2accdbc5d506405c11ef4e5469440e96b (diff)
downloadlinux-98f531b10d23e3c28e8d34c0e88822a81231b3c2.tar.xz
Drivers: hv: cleanup vmbus_open() for wrap around mappings
In preparation for doing wrap around mappings for ring buffers cleanup vmbus_open() function: - check that ring sizes are PAGE_SIZE aligned (they are for all in-kernel drivers now); - kfree(open_info) on error only after we kzalloc() it (not an issue as it is valid to call kfree(NULL); - rename poorly named labels; - use alloc_pages() instead of __get_free_pages() as we need struct page pointer for future. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Tested-by: Dexuan Cui <decui@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/hyperv_vmbus.h')
0 files changed, 0 insertions, 0 deletions