From: Hannes Frederic Sowa Date: Wed, 23 Oct 2013 18:06:00 +0000 (+0200) Subject: net: initialize hashrnd in flow_dissector with net_get_random_once X-Git-Tag: v3.13-rc1~105^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66415cf8a1b99d101317f5aa08574b1ec8832672;p=pandora-kernel.git net: initialize hashrnd in flow_dissector with net_get_random_once We also can defer the initialization of hashrnd in flow_dissector to its first use. Since net_get_random_once is irq safe now we don't have to audit the call paths if one of this functions get called by an interrupt handler. Cc: David S. Miller Cc: Eric Dumazet Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed