Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144875
b: refs/heads/master
c: bfe3891
h: refs/heads/master
i:
  144873: e6609e9
  144871: 125d9f1
v: v3
  • Loading branch information
Davide Libenzi authored and Linus Torvalds committed May 12, 2009
1 parent 021c173 commit 7e16bd9
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: ee1ef82c7e6d073f881952348960bbc639687482
refs/heads/master: bfe3891a5f5d3b78146a45f40e435d14f5ae39dd
2 changes: 1 addition & 1 deletion trunk/fs/eventpoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ SYSCALL_DEFINE1(epoll_create1, int, flags)

SYSCALL_DEFINE1(epoll_create, int, size)
{
if (size < 0)
if (size <= 0)
return -EINVAL;

return sys_epoll_create1(0);
Expand Down

0 comments on commit 7e16bd9

Please sign in to comment.