From: Patrick McHardy Date: Mon, 9 Apr 2007 18:42:25 +0000 (-0700) Subject: [NET_SCHED]: cls_tcindex: fix compatibility breakage X-Git-Tag: v2.6.21-rc7~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8a954f27ed8fb8f57e80e6b63d837cfdcad689;p=pandora-kernel.git [NET_SCHED]: cls_tcindex: fix compatibility breakage Userspace uses an integer for TCA_TCINDEX_SHIFT, the kernel was changed to expect and use a u16 value in 2.6.11, which broke compatibility on big endian machines. Change back to use int. Reported by Ole Reinartz Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed