From: Allan Stephens Date: Thu, 29 Jun 2006 19:32:46 +0000 (-0700) Subject: [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_buf X-Git-Tag: v2.6.18-rc1~321^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49060c7cab6ca856d048e1e10d71c0e6fedf376;p=pandora-kernel.git [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_buf Now determines tailroom of bundle buffer by directly inspection of buffer. Previously, buffer was assumed to have a max capacity equal to the link MTU, but the addition of link MTU negotiation means that the link MTU can increase after the bundle buffer is allocated. Signed-off-by: Allan Stephens Signed-off-by: Per Liden Signed-off-by: David S. Miller --- Reading git-diff-tree failed