From: David Daney Date: Thu, 23 May 2013 16:49:10 +0000 (-0700) Subject: mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls. X-Git-Tag: v3.10-rc5~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed829857b36bc0155d85b661ab227df57ac898f3;p=pandora-kernel.git mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls. The Linux Way is to return -ENOIOCTLCMD to the vfs when an unimplemented ioctl is requested. Do this in kvm_mips instead of a random mixture of -ENOTSUPP and -EINVAL. Signed-off-by: David Daney Acked-by: Sanjay Lal Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed