From dbc7deb2afc71aa466c9ed4c3cefd838d823bff7 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 9 Jul 2023 13:20:29 -0400 Subject: [PATCH] bcachefs: Mark as EXPERIMENTAL As discussed on list, bcachefs is going to be marked as experimental for a few releases, until the inevitable tide of new bug reports subsides. Signed-off-by: Kent Overstreet --- fs/bcachefs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/bcachefs/Kconfig b/fs/bcachefs/Kconfig index bc56c6bf37d7..49776ba0a031 100644 --- a/fs/bcachefs/Kconfig +++ b/fs/bcachefs/Kconfig @@ -1,6 +1,6 @@ config BCACHEFS_FS - tristate "bcachefs filesystem support" + tristate "bcachefs filesystem support (EXPERIMENTAL)" depends on BLOCK select EXPORTFS select CLOSURES -- 2.25.1