Commit 33d8525d authored by Kienan Stewart's avatar Kienan Stewart Committed by Christian Brauner
Browse files

fs/pipe: Correct imprecise wording in comment



The comment inaccurately describes what pipefs is - that is, a file
system.

Signed-off-by: default avatarKienan Stewart <kstewart@efficios.com>
Link: https://lore.kernel.org/r/20240904-pipe-correct_imprecise_wording-v1-1-2b07843472c2@efficios.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 7063c229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */