Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186274
b: refs/heads/master
c: 45bf5cd
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 6, 2010
1 parent 18b6cd4 commit 93f3f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 08564fb7ab9ead9226b6154439c3fecd17972eb0
refs/heads/master: 45bf5cd7be624712ef1591e9de71f0ff7ad21cf1
4 changes: 2 additions & 2 deletions trunk/fs/compat_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ static int mt_ioctl_trans(unsigned int fd, unsigned int cmd, void __user *argp)
kcmd = MTIOCPOS;
karg = &pos;
break;
case MTIOCGET32:
default: /* MTIOCGET32 */
kcmd = MTIOCGET;
karg = &get;
break;
Expand Down Expand Up @@ -663,7 +663,7 @@ static int raw_ioctl(unsigned fd, unsigned cmd,

switch (cmd) {
case RAW_SETBIND:
case RAW_GETBIND: {
default: { /* RAW_GETBIND */
struct raw_config_request req;
mm_segment_t oldfs = get_fs();

Expand Down

0 comments on commit 93f3f3c

Please sign in to comment.