Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322095
b: refs/heads/master
c: 9802274
h: refs/heads/master
i:
  322093: 8213077
  322091: 1710876
  322087: 9bda5f5
  322079: b50968b
v: v3
  • Loading branch information
Al Viro committed Aug 22, 2012
1 parent faa60e5 commit 53181c3
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: 31605debdf5459cc8aacabf192a911a803a81c26
refs/heads/master: 98022748f6c7bce85b9f123fd4d1a621219dd8d9
2 changes: 1 addition & 1 deletion trunk/fs/eventpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -1654,8 +1654,8 @@ SYSCALL_DEFINE1(epoll_create1, int, flags)
error = PTR_ERR(file);
goto out_free_fd;
}
fd_install(fd, file);
ep->file = file;
fd_install(fd, file);
return fd;

out_free_fd:
Expand Down

0 comments on commit 53181c3

Please sign in to comment.