Index | Thread | Search

From:
Federico Giannici <giannici@neomedia.it>
Subject:
Re: sysctl for ffs index wrong
To:
tech@openbsd.org
Date:
Fri, 12 Apr 2024 08:08:01 +0200

Download raw body.

Thread
There will be a syspatch for this, or we have to build a kernel?

Thanks


On 4/11/24 18:09, Theo de Raadt wrote:
> 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 }, \
>>
>