cvs commit: src/sys/kern vfs_aio.c

Doug Ambrisko ambrisko at ambrisko.com
Fri Feb 24 15:33:47 PST 2006


David Xu writes:
| Doug Ambrisko wrote:
| >BTW, are you looking at why the regressions tests for aio & kqueue:
| >	/usr/src/tools/regression/aio/kqueue/aio_kqueue
| >fail when using a file-system?  It works fine with a raw partition.
| >It's a pain that this stuff keeps getting broken :-(
| >
| >I haven't got around to rolling back all the changes to find the problem.
|
| How did you test it ?

Mount a file-system
	./aio_kqueue /mnt/test_aio
fails
	./aio_kqueue /dev/amrd0s1f
works

FYI,
	%df /mnt
	Filesystem    1K-blocks   Used     Avail Capacity  Mounted on
	/dev/amrd0s1g 225832480 597640 207168248     0%    /mnt
	%ls -l /mnt/test_aio
	-rw-r--r--  1 root  wheel  1234534400 Feb 24 20:14 /mnt/test_aio
	%

Doug A.


More information about the cvs-src mailing list