diff options
-rw-r--r-- | fs/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ static long pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) | |||
693 | 693 | ||
694 | return put_user(count, (int __user *)arg); | 694 | return put_user(count, (int __user *)arg); |
695 | default: | 695 | default: |
696 | return -EINVAL; | 696 | return -ENOIOCTLCMD; |
697 | } | 697 | } |
698 | } | 698 | } |
699 | 699 | ||