__fs_parse: Correct a documentation comment
authorChen Hanxiao <chenhx.fnst@fujitsu.com>
Fri, 2 Feb 2024 07:20:42 +0000 (15:20 +0800)
committerChristian Brauner <brauner@kernel.org>
Fri, 2 Feb 2024 12:11:50 +0000 (13:11 +0100)
commit57c6906778f55deba6d3f3af00284e3541bb9950
treed8ef0fecfae8fb6215f2540ff81e66de76604dbf
parentce51bf1790c4972125b19c22dbfa76d7e0136280
__fs_parse: Correct a documentation comment

Commit 7f5d38141e30 ("new primitive: __fs_parse()")
taking p_log instead of fs_context.

So, update that comment to refer to p_log instead

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
Link: https://lore.kernel.org/r/20240202072042.906-1-chenhx.fnst@fujitsu.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fs_parser.c