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:
6c9ff97
)
decnet: fix shutdown parameter checking
author
Xi Wang
<xi.wang@gmail.com>
Sun, 26 Aug 2012 16:37:07 +0000
(16:37 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 31 Aug 2012 19:55:37 +0000
(15:55 -0400)
The allowed value of "how" is SHUT_RD/SHUT_WR/SHUT_RDWR (0/1/2),
rather than SHUTDOWN_MASK (3).
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Acked-by: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found