From: David S. Miller Date: Tue, 20 Feb 2018 18:23:57 +0000 (-0500) Subject: Merge branch 'net-Get-rid-of-net_mutex-and-simplify-cleanup_list-queueing' X-Git-Tag: v4.19~1326^2~398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b99fe0e28fe0ba7d6e17e234e1150f1d9e197632;p=platform%2Fkernel%2Flinux-rpi3.git Merge branch 'net-Get-rid-of-net_mutex-and-simplify-cleanup_list-queueing' Kirill Tkhai says: ==================== net: Get rid of net_mutex and simplify cleanup_list queueing [1/3] kills net_mutex and makes net_sem be taken for write instead. This is made to take less locks (1 instead of 2) for the time before all pernet_operations are converted. [2-3/3] simplifies dead net cleanup queueing, and makes llist api be used for that. ==================== Signed-off-by: David S. Miller --- b99fe0e28fe0ba7d6e17e234e1150f1d9e197632