]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Backout the linux aio stuff. Several problems where identified and the
authorAlexander Leidinger <netchild@FreeBSD.org>
Sun, 29 Oct 2006 14:02:39 +0000 (14:02 +0000)
committerAlexander Leidinger <netchild@FreeBSD.org>
Sun, 29 Oct 2006 14:02:39 +0000 (14:02 +0000)
commit3680a41902e44fbd0129e3c00045daeec8e1a1e5
tree777e44600da3571fa21e0cdf85c6aac0b4edbbb9
parent51769ee6114cbce641a63423077cb97c3772fda4
Backout the linux aio stuff. Several problems where identified and the
dynamic nature (if no native aio code is available, the linux part
returns ENOSYS because of missing requisites) should be solved differently
than it is.

All this will be done in P4.

Not included in this commit is a backout of the changes to the native aio
code (removing static in some places). Those changes (and some more) will
also be needed when the reworked linux aio stuff will reenter the tree.

Requested by: rwatson
Discussed with: rwatson
sys/amd64/linux32/linux.h
sys/amd64/linux32/syscalls.master
sys/compat/linux/linux_aio.c [deleted file]
sys/compat/linux/linux_aio.h [deleted file]
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/i386/linux/linux.h
sys/i386/linux/syscalls.master
sys/modules/linux/Makefile