Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332191
b: refs/heads/master
c: 1219771
h: refs/heads/master
i:
  332189: df09c54
  332187: 4141294
  332183: cf9f58d
  332175: 0522b7e
  332159: bc14788
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 9, 2012
1 parent 99cb212 commit 97b6192
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: f5a246eab9a268f51ba8189ea5b098a1bfff200e
refs/heads/master: 121977187ca0a7f20b848530deb04cc56167769b
2 changes: 1 addition & 1 deletion trunk/fs/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ static long do_fcntl(int fd, unsigned int cmd, unsigned long arg,
err = f_dupfd(arg, filp, 0);
break;
case F_DUPFD_CLOEXEC:
err = f_dupfd(arg, filp, FD_CLOEXEC);
err = f_dupfd(arg, filp, O_CLOEXEC);
break;
case F_GETFD:
err = get_close_on_exec(fd) ? FD_CLOEXEC : 0;
Expand Down

0 comments on commit 97b6192

Please sign in to comment.