From owner-svn-src-head@freebsd.org Tue Aug 21 06:00:33 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30352108A158; Tue, 21 Aug 2018 06:00:33 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB99D74508; Tue, 21 Aug 2018 06:00:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from coleburn.home.andric.com (coleburn.home.andric.com [192.168.0.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 51F3739F86; Tue, 21 Aug 2018 08:00:31 +0200 (CEST) From: Dimitry Andric Message-Id: Content-Type: multipart/signed; boundary="Apple-Mail=_BB30D771-A502-4469-A4F4-70B3090DDD52"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) Subject: Re: svn commit: r338118 - head/sys/ufs/ffs Date: Tue, 21 Aug 2018 08:00:27 +0200 In-Reply-To: <201808202119.w7KLJM7Y031913@repo.freebsd.org> Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org To: Kirk McKusick References: <201808202119.w7KLJM7Y031913@repo.freebsd.org> X-Mailer: Apple Mail (2.3445.9.1) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2018 06:00:33 -0000 --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 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--