aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-04-09 11:51:15 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-09 13:31:14 -0700
commit699784b7614ce61b16a075445b8e5b6c379c5086 (patch)
treeb6eba3c51a434838c96b1de6114146485db72b71 /net/ipv4/tcp_output.c
parent[NET_SCHED]: cls_tcindex: fix compatibility breakage (diff)
downloadlinux-dev-699784b7614ce61b16a075445b8e5b6c379c5086.tar.xz
linux-dev-699784b7614ce61b16a075445b8e5b6c379c5086.zip
[SC92031]: Fix priv->lock context
The spin_lock calls made in dev->open and dev->close must disable BH since open/close are made in process context. Conversely, the call in dev->hard_start_xmit does not need to disable BH since it is already executing with BH disabled. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions