git: kernel -- Eliminate AIO.
Venkatesh Srinivas
vsrinivas at crater.dragonflybsd.org
Tue Feb 15 20:44:20 PST 2011
commit 91bcbcd6bef430dfa09526e0af9e24fa8319ae50
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date: Tue Feb 15 20:40:55 2011 -0800
kernel -- Eliminate AIO.
AIO was not enabled by default and the code had received little attention.
Summary of changes:
sys/config/LINT | 5 -
sys/kern/kern_exec.c | 5 -
sys/kern/kern_exit.c | 1 -
sys/kern/uipc_socket2.c | 3 -
sys/kern/vfs_aio.c | 2143 +----------------------------------------------
sys/sys/aio.h | 3 -
sys/sys/socketvar.h | 4 +-
7 files changed, 5 insertions(+), 2159 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/91bcbcd6bef430dfa09526e0af9e24fa8319ae50
--
DragonFly BSD source repository
More information about the Commits
mailing list