From a0f3267d5cbe831744bd4944f0725d1b1c106d78 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 7 Oct 2014 08:26:40 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0afb22351e..766405471b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8777,3 +8777,8 @@ (2014-10-7). * sched/Makefile and sched/*/Make.defs: Simplify how C source files are selected in the build (2014-10-7). + * fs/aio/aio_queue.c, Make.defs, aio.h, aio_fsync.c, aio_read.c, and + aio_write.c: The asynch I/O implementation now satisfies POSIX + priority requirements; it uses the new low priority worker thread + interfaces to adjust the priority of the worker thread according to + the priority of the client thread (2014-10-7).