aboutsummaryrefslogtreecommitdiffstats
path: root/fs/file_table.c
diff options
context:
space:
mode:
authorChristian Brauner <[email protected]>2023-11-30 12:49:07 +0000
committerChristian Brauner <[email protected]>2023-12-12 13:24:13 +0000
commita88c955fcfb49727d0ed86b47410f6555a8e69e4 (patch)
treeb04466bef8909dde0b11b95ffcfb9975c9f8e55e /fs/file_table.c
parentImprove __fget_files_rcu() code generation (and thus __fget_light()) (diff)
downloadkernel-a88c955fcfb49727d0ed86b47410f6555a8e69e4.tar.gz
kernel-a88c955fcfb49727d0ed86b47410f6555a8e69e4.zip
file: s/close_fd_get_file()/file_close_fd()/g
That really shouldn't have "get" in there as that implies we're bumping the reference count which we don't do at all. We used to but not anmore. Now we're just closing the fd and pick that file from the fdtable without bumping the reference count. Update the wrong documentation while at it. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jan Kara <[email protected]> Reviewed-by: Jens Axboe <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'fs/file_table.c')
0 files changed, 0 insertions, 0 deletions