Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310029
b: refs/heads/master
c: 46ce341
h: refs/heads/master
i:
  310027: e2eb240
v: v3
  • Loading branch information
Will Deacon authored and Al Viro committed May 31, 2012
1 parent 0fadd81 commit 931dd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f50fff4dace23d3cfeb195d5cd4ee813cee68b7
refs/heads/master: 46ce341b2f176c2611f12ac390adf862e932eb02
2 changes: 1 addition & 1 deletion trunk/fs/pipe.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ static long pipe_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)

return put_user(count, (int __user *)arg);
default:
return -EINVAL;
return -ENOIOCTLCMD;
}
}

Expand Down

0 comments on commit 931dd77

Please sign in to comment.