From: Stephen Hemminger Date: Mon, 21 Jan 2008 10:23:49 +0000 (-0800) Subject: [PKT_SCHED] dsmark: handle cloned and non-linear skb's X-Git-Tag: v2.6.25-rc1~1162^2~227 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c30719f4f550d9b3034d9c00da9cb7fb99e6c0b;p=pandora-kernel.git [PKT_SCHED] dsmark: handle cloned and non-linear skb's Make dsmark work properly with non-linear and cloned skb's Before modifying the header, it needs to check that skb header is writeable. Note: this makes the assumption, that if it queues a good skb then a good skb will come out of the embedded qdisc. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed