svn commit: r338118 - head/sys/ufs/ffs

Dimitry Andric dim at FreeBSD.org
Tue Aug 21 06:00:33 UTC 2018


On 20 Aug 2018, at 23:19, Kirk McKusick <mckusick at FreeBSD.org> wrote:
> 
> Author: mckusick
> Date: Mon Aug 20 21:19:21 2018
> New Revision: 338118
> URL: https://svnweb.freebsd.org/changeset/base/338118
> 
> Log:
>  TRIM consolodation is supposed to be off by default
> 
> Modified:
>  head/sys/ufs/ffs/ffs_alloc.c
> 
> Modified: head/sys/ufs/ffs/ffs_alloc.c
> ==============================================================================
> --- 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 = 1;
> SYSCTL_INT(_vfs_ffs, OID_AUTO, doreallocblks, CTLFLAG_RW, &doreallocblks, 0,
> "enable block reallocation");
> 
> -static int dotrimcons = 1;
> +static int dotrimcons = 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20180821/259e99a6/attachment.sig>


More information about the svn-src-all mailing list