diff options
author | Kienan Stewart <kstewart@efficios.com> | 2024-09-04 17:13:29 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-09-05 12:39:20 +0300 |
commit | 33d8525dc18f743ec698cb91749132a27cd9c8a8 (patch) | |
tree | 31e990141061f5a9062ffbb98f821d6659e60b25 /fs | |
parent | 7063c229a83667fec3938999b39dad0aea12906b (diff) | |
download | linux-33d8525dc18f743ec698cb91749132a27cd9c8a8.tar.xz |
fs/pipe: Correct imprecise wording in comment
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pipe.c b/fs/pipe.c index 7dff2aa50a6d..9a6dfe39f012 100644 --- 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. */ |