fs: Clarify "non-RCY" in access_override_creds() comment
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 31 Oct 2023 11:47:28 +0000 (18:47 +0700)
committerChristian Brauner <brauner@kernel.org>
Sat, 18 Nov 2023 14:00:01 +0000 (15:00 +0100)
commitd218569004b6f8242d176aad250ed66becc80cae
tree9aad833d93cc87c5c0cfeb0794ee54b9d8fbdf0a
parent297945d9bc13a10e2ce39f0a3aad38c6812435a5
fs: Clarify "non-RCY" in access_override_creds() comment

The term is originally intended as a joke that stands for "non-racy".
This trips new contributors who mistake it for RCU typo [1].

Replace the term with more-explicit wording.

Link: https://lore.kernel.org/r/20231030-debatten-nachrangig-f58abcdac530@brauner/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20231031114728.41485-1-bagasdotme@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/open.c