commit | 10931923b5a5624d254ec3c8db6970f63b277cac | [log] [tgz] |
---|---|---|
author | Andreas Schultz <aschultz@tpip.net> | Thu Jan 26 16:21:48 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 29 13:54:00 2017 -0500 |
tree | 0f965c10ef0fea1e736ea917dfa9e6ef98496c05 | |
parent | 4e8f2fc1a55d543717efb70e170b09e773d0542b [diff] |
gtp: remove unnecessary rcu_read_lock The rcu read lock is hold by default in the ip input path. There is no need to hold it twice in the socket recv decapsulate code path. Signed-off-by: Andreas Schultz <aschultz@tpip.net> Signed-off-by: David S. Miller <davem@davemloft.net>