commit | 7bb52384b2678fcbcebfa97be8f98dfb3219edc1 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Tue Sep 13 10:59:52 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Sep 16 20:06:03 2011 +0200 |
tree | a6309a7edf1ce08f1f213765fe638bd8c92a7aeb | |
parent | b0bb55175f846909e06952583e38982a77f7ecea [diff] |
Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack struct hv_device_info is about 101 bytes in size. Do not allocate this structure on the stack. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>