From c317079f5c0aa19892c67861b7c55d0b0bf7446d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Oct 2014 08:16:37 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c8672008b..09d8a5d0c4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8839,3 +8839,5 @@ get reprioritized together. It would be best to just reprioritize the single thread doing the high priority work, but we don't know which that will be in advance (2014-10-10). + * fs/aio/ and include/aio.h: Add support for socket-based transfers + (2014-10-11).