__dput_to_list(): do decrement of refcount in the callers
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 30 Oct 2023 04:43:48 +0000 (00:43 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 Nov 2023 07:33:42 +0000 (02:33 -0500)
commit6511f6be777f3b06e904c7407fd9f2a39dae8b67
tree451786e6a8667bfa66f98cd1a6e026e034937b22
parent15f23734a1def3b22ba790bbf9f0d01949aae231
__dput_to_list(): do decrement of refcount in the callers

... and rename it to to_shrink_list(), seeing that it no longer
does dropping any references

Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c