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:
0305d06
)
net/irda: Fix port open counts
author
Peter Hurley
<peter@hurleysoftware.com>
Tue, 5 Mar 2013 06:09:04 +0000
(06:09 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 6 Mar 2013 07:47:04 +0000
(
02:47
-0500)
Saving the port count bump is unsafe. If the tty is hung up while
this open was blocking, the port count is zeroed.
Explicitly check if the tty was hung up while blocking, and correct
the port count if not.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found