From: otto Date: Thu, 11 Apr 2024 16:31:30 +0000 (+0000) Subject: Fix previous: it should not have removed the "max_softdeps" entry X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=55d645bc03c840aacabdd4b8b682bf6d6558c0bd;p=openbsd Fix previous: it should not have removed the "max_softdeps" entry to keep the indexes consistent. ok deraadt@ --- diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 5e365ba030a..59b0a05e18d 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ffs_extern.h,v 1.46 2024/02/03 18:51:58 beck Exp $ */ +/* $OpenBSD: ffs_extern.h,v 1.47 2024/04/11 16:31:30 otto Exp $ */ /* $NetBSD: ffs_extern.h,v 1.4 1996/02/09 22:22:22 christos Exp $ */ /* @@ -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 }, \