Date: Tue, 21 Aug 2018 08:00:27 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: Kirk McKusick <mckusick@FreeBSD.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r338118 - head/sys/ufs/ffs Message-ID: <C5EA8C64-3F37-4FBB-9C3D-EF7D2A6896C7@FreeBSD.org> In-Reply-To: <201808202119.w7KLJM7Y031913@repo.freebsd.org> References: <201808202119.w7KLJM7Y031913@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_BB30D771-A502-4469-A4F4-70B3090DDD52 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 20 Aug 2018, at 23:19, Kirk McKusick <mckusick@FreeBSD.org> wrote: >=20 > Author: mckusick > Date: Mon Aug 20 21:19:21 2018 > New Revision: 338118 > URL: https://svnweb.freebsd.org/changeset/base/338118 >=20 > Log: > TRIM consolodation is supposed to be off by default >=20 > Modified: > head/sys/ufs/ffs/ffs_alloc.c >=20 > Modified: head/sys/ufs/ffs/ffs_alloc.c > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/ufs/ffs/ffs_alloc.c Mon Aug 20 20:44:11 2018 = (r338117) > +++ head/sys/ufs/ffs/ffs_alloc.c Mon Aug 20 21:19:21 2018 = (r338118) > @@ -484,7 +484,7 @@ static int doreallocblks =3D 1; > SYSCTL_INT(_vfs_ffs, OID_AUTO, doreallocblks, CTLFLAG_RW, = &doreallocblks, 0, > "enable block reallocation"); >=20 > -static int dotrimcons =3D 1; > +static int dotrimcons =3D 0; > SYSCTL_INT(_vfs_ffs, OID_AUTO, dotrimcons, CTLFLAG_RW, &dotrimcons, 0, > "enable BIO_DELETE / TRIM consolodation"); Hi Kirk, Before it settles in, it's "consolidation", not "consolodation". :) -Dimitry --Apple-Mail=_BB30D771-A502-4469-A4F4-70B3090DDD52 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCW3uqewAKCRCwXqMKLiCW o+skAKC2xe8Yh8qkVTb5CIs72gd1EAeQhACfQhVbCSd5OTe6uPVbVNAzwUIrHow= =IgoZ -----END PGP SIGNATURE----- --Apple-Mail=_BB30D771-A502-4469-A4F4-70B3090DDD52--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C5EA8C64-3F37-4FBB-9C3D-EF7D2A6896C7>