aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-26 14:06:42 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-26 14:06:42 +0000
commit31c9d90914816dfd51a70dd750547773fe400d11 (patch)
treee539e9d33f5f7275b1975dadac6c8f0fc7ee79a5 /target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch
parent49fdd78bb16b1d088ee6eb610c62a2b58bd66094 (diff)
downloadupstream-31c9d90914816dfd51a70dd750547773fe400d11.tar.gz
upstream-31c9d90914816dfd51a70dd750547773fe400d11.tar.bz2
upstream-31c9d90914816dfd51a70dd750547773fe400d11.zip
generic/4.0: upgrade to 4.0-rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch')
-rw-r--r--target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch b/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch
index 7bb856aabb..6a2fb89615 100644
--- a/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch
+++ b/target/linux/generic/patches-4.0/656-skb_reduce_truesize-helper.patch
@@ -14,7 +14,7 @@ when needed.
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
-@@ -2064,6 +2064,24 @@ static inline void pskb_trim_unique(stru
+@@ -2071,6 +2071,24 @@ static inline void pskb_trim_unique(stru
BUG_ON(err);
}