From: Lifeng Sun Date: Wed, 27 Apr 2011 22:04:51 +0000 (+0000) Subject: networking: inappropriate ioctl operation should return ENOTTY X-Git-Tag: v2.6.39-rc6~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c31f318a5209922d051e293c61e4724daad11c;p=pandora-kernel.git networking: inappropriate ioctl operation should return ENOTTY 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed