git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3038eea
)
ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()
author
David S. Miller
<davem@davemloft.net>
Fri, 6 May 2011 23:18:04 +0000
(16:18 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 8 May 2011 21:05:13 +0000
(14:05 -0700)
These two functions must be invoked only when the socket is locked
(because socket identity modifications are made non-atomically).
Therefore we can use the cork flow for output route lookups.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found