2012/12/21 Jason McIntyre <[email protected]>: > i get -1 here too. but you;re saying that the value changes to 4 when > transferring, right?
I found this in /sys/nfs/nfs_vfsops.c:
> if (nfs_niothreads < 0) {
> nfs_niothreads = 4;
> nfs_getset_niothreads(1);
> }
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/nfs/nfs_vfsops.c.diff?r1=1.30;r2=1.31
--
Michał Markowski

