commit | 8286e96d95f2dd01a72e3500322ad95153a469c2 | [log] [tgz] |
---|---|---|
author | Dexuan Cui <decui@microsoft.com> | Thu Nov 10 07:17:48 2016 +0000 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Wed Nov 16 16:43:58 2016 -0600 |
tree | 98b3d10b2ea418147501530eaba6bd24f086aa88 | |
parent | 542ccf4551fa019a8ae9dfb7c8cd7e73a3d7e614 [diff] |
PCI: hv: Use the correct buffer size in new_pcichild_device() We don't really need such a big on-stack buffer. vmbus_sendpacket() here only uses sizeof(struct pci_child_message). Signed-off-by: Dexuan Cui <decui@microsoft.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Jake Oshins <jakeo@microsoft.com>