]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rt6_probe_write_lock'
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 08:08:26 +0000 (01:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 08:08:26 +0000 (01:08 -0700)
commit5d02e9b134233666a217b1879ab6cab539abc343
treef1ff57e6fb696f41ab3e48c4b07fbcc539d52a33
parent126c7e71b96f05465d83e3285ccdc06facd2296f
parentb4764b00cf4465d7f5daf15ea79873dba2dab203
Merge branch 'rt6_probe_write_lock'

Martin KaFai Lau says:

====================
ipv6: Avoid rt6_probe() taking writer lock in the fast path

v1 -> v2:
1. Separate the code re-arrangement into another patch
2. Fix style
====================

Signed-off-by: David S. Miller <davem@davemloft.net>