Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 1997 20:00:58 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, kato@migmatite.eps.nagoya-u.ac.jp
Cc:        dyson@FreeBSD.ORG
Subject:   Re: vm_bounce_alloc: Unmapped page
Message-ID:  <199706241000.UAA15443@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>It seems to be a cluster write related problem.  I disabled cluster
>write by:
>
>#ifdef UNION
>int	doclusterwrite = 0;
>#else
>int	doclusterwrite = 1;
>#endif

It is easier to use the sysctl for this (vfs.ffs.doclusterwrite).
This is new with Lite2.  Only ffs supports this sysctl properly.
ext2fs is the only other file system that supports clustered writes,
and its doclusterwrite variable is hidden in an ifdef tangle.

Bruce



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