linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c
@ 2021-02-05 12:32 Bhaskar Chowdhury
  2021-02-14 15:37 ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-05 12:32 UTC (permalink / raw)
  To: jlbec, hch, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/fucking/wonderful/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/configfs/symlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/configfs/symlink.c b/fs/configfs/symlink.c
index cb61467478ca..26676e27346b 100644
--- a/fs/configfs/symlink.c
+++ b/fs/configfs/symlink.c
@@ -169,7 +169,7 @@ int configfs_symlink(struct inode *dir, struct dentry *dentry, const char *symna
 	 * link(2) and symlink(2) - they wanted the target resolved
 	 * at syscall time (as link(2) would've done), be a directory
 	 * (which link(2) would've refused to do) *AND* be a deep
-	 * fucking magic, making the target busy from rmdir POV.
+	 * wonderful magic, making the target busy from rmdir POV.
 	 * symlink(2) is nothing of that sort, and the locking it
 	 * gets matches the normal symlink(2) semantics.  Without
 	 * attempts to resolve the target (which might very well
--
2.30.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-15  1:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 12:32 [PATCH] fs: configfs: Fix sentence with a better word in the file symlink.c Bhaskar Chowdhury
2021-02-14 15:37 ` Al Viro
2021-02-15  1:39   ` Bhaskar Chowdhury

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).