From 018cf3319acb303e191ecadaab982b232a148985 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Oct 2014 15:35:45 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17050f157d..8aec583689 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8751,3 +8751,8 @@ lio_listio.c, and aio_fsync.c. This completes this implementation of the asynchronous I/O interfaces but there are still untested (2014-9-5). + * fs/aio/Make.defs, aio.h, aio_cancel.c, aio_fsync.c, aio_read.c, + aio_signal.c, and aio_write.c: Move all file operations from libc/aio + to fs/aio. These will need to be kernel routines in order to + handler issues with using file descriptors on worker thread + (2014-10-5).