git: 0c1c5e36ebbb - main - amd64 MINIMAL: remove UFS from compiled-in list

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 09 May 2023 15:30:19 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=0c1c5e36ebbb7e30a5e57a044a20ea2c4f7cf793

commit 0c1c5e36ebbb7e30a5e57a044a20ea2c4f7cf793
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-05-06 20:02:34 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-05-09 15:30:07 +0000

    amd64 MINIMAL: remove UFS from compiled-in list
    
    Reviewed by:    emaste, imp
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D39990
---
 sys/amd64/conf/MINIMAL | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/amd64/conf/MINIMAL b/sys/amd64/conf/MINIMAL
index 8a17bf50a6ec..574892980a8e 100644
--- a/sys/amd64/conf/MINIMAL
+++ b/sys/amd64/conf/MINIMAL
@@ -41,7 +41,6 @@ options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
 options 	TCP_OFFLOAD		# TCP offload
 options 	SCTP_SUPPORT		# Allow kldload of SCTP
-options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
 options 	UFS_ACL			# Support for access control lists
 options 	UFS_DIRHASH		# Improve performance on big directories