* [PATCH] befs: Cleanup description and reduce BeOS language; no functional change
@ 2023-10-16 20:23 Alexander von Gluck IV
0 siblings, 0 replies; only message in thread
From: Alexander von Gluck IV @ 2023-10-16 20:23 UTC (permalink / raw)
To: linux-fsdevel; +Cc: Alexander von Gluck IV
* 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-16 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 20:23 [PATCH] befs: Cleanup description and reduce BeOS language; no functional change Alexander von Gluck IV
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).