]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs/pipe: Correct imprecise wording in comment
authorKienan Stewart <kstewart@efficios.com>
Wed, 4 Sep 2024 14:13:29 +0000 (10:13 -0400)
committerChristian Brauner <brauner@kernel.org>
Thu, 5 Sep 2024 09:39:20 +0000 (11:39 +0200)
The comment inaccurately describes what pipefs is - that is, a file
system.

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Link: https://lore.kernel.org/r/20240904-pipe-correct_imprecise_wording-v1-1-2b07843472c2@efficios.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/pipe.c

index 7dff2aa50a6ddbf0e24a3462885bdb51c7c8fe1d..9a6dfe39f0127051579a18ca3ce2fcca5d8729d8 100644 (file)
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -1427,7 +1427,7 @@ static const struct super_operations pipefs_ops = {
 
 /*
  * pipefs should _never_ be mounted by userland - too much of security hassle,
- * no real gain from having the whole whorehouse mounted. So we don't need
+ * no real gain from having the whole file system mounted. So we don't need
  * any operations on the root directory. However, we need a non-trivial
  * d_name - pipe: will go nicely and kill the special-casing in procfs.
  */