]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
fs: update comment in init_file()
authorZhou Yuhang <zhouyuhang@kylinos.cn>
Wed, 24 Sep 2025 12:21:39 +0000 (20:21 +0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 7 Oct 2025 10:48:33 +0000 (12:48 +0200)
commitdeafd21efdd106f9744e2339e0c70c0f4ba565c3
tree630ac25da610e0159d63b02f3bdaabc06f71da6d
parent15623c860c93aac71d22e7bedb7661ff2d3418de
fs: update comment in init_file()

The f_count member in struct file has been replaced by f_ref,
so update f_count to f_ref in the comment.

Signed-off-by: Zhou Yuhang <zhouyuhang@kylinos.cn>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/file_table.c