kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.
authorImran Khan <imran.f.khan@oracle.com>
Wed, 4 May 2022 09:51:19 +0000 (19:51 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 May 2022 07:56:39 +0000 (09:56 +0200)
commitc1b1352f21bcf8c0678c4d4fbfafc4f6729e1daa
tree1653f795938b8169d24b241f17ba077032bfbd43
parentd143b9db8069f0e2a0fa34484e806a55a0dd4855
kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.

Since we are no longer using refcnt for kernfs_open_node instances, rename
kernfs_put_open_node to kernfs_unlink_open_file to reflect this change.
Also update function description and inline comments accordingly.

Signed-off-by: Imran Khan <imran.f.khan@oracle.com>
Link: https://lore.kernel.org/r/20220504095123.295859-2-imran.f.khan@oracle.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/kernfs/file.c