From: Ben Hutchings Date: Mon, 20 May 2013 14:45:34 +0000 (+0000) Subject: perf: net_dropmonitor: Do not assume ordering of dictionaries X-Git-Tag: v3.10-rc3~18^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326017c757e387007c6629797d7ae22fd33c1317;p=pandora-kernel.git perf: net_dropmonitor: Do not assume ordering of dictionaries The sort order of dictionaries in Python is undocumented. Use tuples instead, which are documented to be lexically ordered. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed