From: Mitch Williams Date: Wed, 9 Nov 2005 18:35:30 +0000 (-0800) Subject: [PATCH] bonding: move kmalloc out of spinlock in ALB init X-Git-Tag: v2.6.16-rc1~474^2~22^2~7^2~96^2~11 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d206a3af4329bd833cfa5fe1cc7fe146e49c131;p=pandora-kernel.git [PATCH] bonding: move kmalloc out of spinlock in ALB init Move memory allocations out of the spinlock during ALB init. This gets rid of a sleeping-inside-spinlock warning and accompanying stack dump. Signed-off-by: Mitch Williams Acked-by: Jay Vosburgh Signed-off-by: John W. Linville --- Reading git-diff-tree failed