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:
983960b
)
networking: inappropriate ioctl operation should return ENOTTY
author
Lifeng Sun
<lifongsun@gmail.com>
Wed, 27 Apr 2011 22:04:51 +0000
(22:04 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 May 2011 22:41:29 +0000
(15:41 -0700)
ioctl() calls against a socket with an inappropriate ioctl operation
are incorrectly returning EINVAL rather than ENOTTY:
[ENOTTY]
Inappropriate I/O control operation.
BugLink:
https://bugzilla.kernel.org/show_bug.cgi?id=33992
Signed-off-by: Lifeng Sun <lifongsun@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found