summaryrefslogtreecommitdiff
path: root/fs/bcachefs/Kconfig
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-07-09 13:20:29 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:10:06 -0400
commitdbc7deb2afc71aa466c9ed4c3cefd838d823bff7 (patch)
treeb69d789915e6086008df8f48f1e4f2afe51d01db /fs/bcachefs/Kconfig
parent067d228bb0c40542620398ef1d79f00f47c05cbb (diff)
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 <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/Kconfig')
-rw-r--r--fs/bcachefs/Kconfig2
1 files changed, 1 insertions, 1 deletions
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