[NET]: Make second arg to skb_reserved() signed.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 17 Jan 2006 10:54:21 +0000 (02:54 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 17 Jan 2006 10:54:21 +0000 (02:54 -0800)
Some subsystems, such as PPP, can send negative values
here.  It just happened to work correctly on 32-bit with
an unsigned value, but on 64-bit this explodes.

Figured out by Paul Mackerras based upon several PPP crash
reports.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found