From: Florian Westphal Date: Mon, 5 Jan 2015 22:57:44 +0000 (+0100) Subject: net: fib6: convert cfg metric to u32 outside of table write lock X-Git-Tag: fixes-v4.0-rc1~150^2~282^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e715b6d3a5ef55834778d49224e60e8ccb5bf45f;p=pandora-kernel.git net: fib6: convert cfg metric to u32 outside of table write lock Do the nla validation earlier, outside the write lock. This is needed by followup patch which needs to be able to call request_module (which can sleep) if needed. Joint work with Daniel Borkmann. Signed-off-by: Daniel Borkmann Signed-off-by: Florian Westphal Signed-off-by: David S. Miller --- Reading git-diff-tree failed