X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.31%2F200-sched_esfq.patch;h=fb28e908584091a48c2a2ff798a8ba94c2a8f778;hb=749981b832eab6b4909ea45e8d584c570cd0ea12;hp=f72c0e370538a621928464d6bffbb398ca907954;hpb=f3d7e220c34920622f1a1071ac3f51e9396191e0;p=openwrt-10.03%2F.git diff --git a/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch b/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch index f72c0e370..fb28e9085 100644 --- a/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch +++ b/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch @@ -268,7 +268,7 @@ + break; + } + default: -+ info.dst = (u32)(unsigned long)skb->dst; ++ info.dst = (u32)(unsigned long)skb_dst(skb); + info.src = (u32)(unsigned long)skb->sk; + info.proto = skb->protocol; + }