Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 15:33:46 -0800 (PST)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        David Xu <davidxu@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, Doug Ambrisko <ambrisko@ambrisko.com>, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/kern vfs_aio.c
Message-ID:  <200602242333.k1ONXkEV066709@ambrisko.com>
In-Reply-To: <43FF8B44.2080903@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602242333.k1ONXkEV066709>