Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: sysctl for ffs index wrong
To:
Otto Moerbeek <otto@drijf.net>
Cc:
tech@openbsd.org
Date:
Thu, 11 Apr 2024 10:09:01 -0600

Download raw body.

Thread
OK

Otto Moerbeek <otto@drijf.net> wrote:

> Hi,
> 
> followup on an issue reported on misc:
> 
> The softdep removel went a step too far by removing the "max_softdeps" entry
> 
> http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/ufs/ffs/ffs_extern.h.diff?r1=1.45&r2=1.46
> 
> This makes the dirhash sysctl ok again.
> 
> 	-Otto
> 
> Index: ufs/ffs/ffs_extern.h
> ===================================================================
> RCS file: /home/cvs/src/sys/ufs/ffs/ffs_extern.h,v
> diff -u -p -r1.46 ffs_extern.h
> --- ufs/ffs/ffs_extern.h	3 Feb 2024 18:51:58 -0000	1.46
> +++ ufs/ffs/ffs_extern.h	11 Apr 2024 15:20:41 -0000
> @@ -58,6 +58,7 @@
>  	{ 0, 0 }, \
>  	{ 0, 0 }, \
>  	{ 0, 0 }, \
> +	{ 0, 0 }, \
>  	{ "sd_tickdelay", CTLTYPE_INT }, \
>  	{ "sd_worklist_push", CTLTYPE_INT }, \
>  	{ "sd_blk_limit_push", CTLTYPE_INT }, \
>