Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54326
b: refs/heads/master
c: 8603ec8
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2007
1 parent 80a91bd commit 66e0d38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6ea4cceed18edebe1eb6001cb9e0f88cd741a6c
refs/heads/master: 8603ec81487a5fefbc29611ff0d635b33b6da990
5 changes: 5 additions & 0 deletions trunk/arch/um/os-Linux/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ static int init_aio_24(void)

aio_req_fd_w = fds[0];
aio_req_fd_r = fds[1];

err = os_set_fd_block(aio_req_fd_w, 0);
if(err)
goto out_close_pipe;

err = run_helper_thread(not_aio_thread, NULL,
CLONE_FILES | CLONE_VM | SIGCHLD, &stack, 0);
if(err < 0)
Expand Down

0 comments on commit 66e0d38

Please sign in to comment.