[PATCH 16/20] Staging: hv: vmbus: Do not allocate struct hv_device_info on the stack

Christoph Hellwig hch at infradead.org
Tue Sep 13 11:41:28 PDT 2011


On Tue, Sep 13, 2011 at 10:59:52AM -0700, K. Y. Srinivasan wrote:
> struct hv_device_info is about 101 bytes in size. Do not allocate this structure
> on the stack.

The correct fix is to kill that structure entirely but implementing
each attribute separately.



More information about the devel mailing list