From 644d368e7ce06f12ac94226f4d706413e6514ef2 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 17 Jan 2006 02:54:21 -0800 Subject: [PATCH] --- yaml --- r: 18755 b: refs/heads/master c: 8243126c5e29030bf1a3fb75187a513966dcba62 h: refs/heads/master i: 18753: b167f2fd49fa74071740d962eb7e1958327abb15 18751: 77b4e5febe70e403dbfb9515396cc743a26094a0 v: v3 --- [refs] | 2 +- trunk/include/linux/skbuff.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 192558b43704..6afaa09546f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f09484ff87f677056ce631aa3d8e486861501b51 +refs/heads/master: 8243126c5e29030bf1a3fb75187a513966dcba62 diff --git a/trunk/include/linux/skbuff.h b/trunk/include/linux/skbuff.h index e5fd66c5650b..ad7cc22bd424 100644 --- a/trunk/include/linux/skbuff.h +++ b/trunk/include/linux/skbuff.h @@ -926,7 +926,7 @@ static inline int skb_tailroom(const struct sk_buff *skb) * Increase the headroom of an empty &sk_buff by reducing the tail * room. This is only allowed for an empty buffer. */ -static inline void skb_reserve(struct sk_buff *skb, unsigned int len) +static inline void skb_reserve(struct sk_buff *skb, int len) { skb->data += len; skb->tail += len;