* The likelyhood of folks running BeOS to repair a BeFS is pretty much nil. Haiku fully supports BeFS and runs on modern hardware. --- fs/befs/Kconfig | 11 ++++++----- fs/befs/super.c | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/fs/befs/Kconfig b/fs/befs/Kconfig index 5fcfc4024ffe..e562bfb90f03 100644 --- a/fs/befs/Kconfig +++ b/fs/befs/Kconfig @@ -6,11 +6,12 @@ config BEFS_FS select NLS help The BeOS File System (BeFS) is the native file system of Be, Inc's - BeOS. Notable features include support for arbitrary attributes - on files and directories, and database-like indices on selected - attributes. (Also note that this driver doesn't make those features - available at this time). It is a 64 bit filesystem, so it supports - extremely large volumes and files. + defunct BeOS, as well as the Haiku operating system. Notable features + include support for arbitrary attributes on files and directories, and + database-like indices on selected attributes. (Also note that this + driver doesn't make those features available at this time). + It is a 64 bit filesystem, so it supports extremely large volumes + and files. If you use this filesystem, you should also say Y to at least one of the NLS (native language support) options below. diff --git a/fs/befs/super.c b/fs/befs/super.c index 7c50025c99d8..9153b6839019 100644 --- a/fs/befs/super.c +++ b/fs/befs/super.c @@ -109,7 +109,7 @@ befs_check_sb(struct super_block *sb) if (befs_sb->log_start != befs_sb->log_end || befs_sb->flags == BEFS_DIRTY) { befs_error(sb, "Filesystem not clean! There are blocks in the " - "journal. You must boot into BeOS and mount this " + "journal. You must boot into Haiku and mount this " "volume to make it clean."); return BEFS_ERR; } -- 2.42.0