]> git.ipfire.org Git - thirdparty/linux.git/commit
d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Nov 2023 05:38:02 +0000 (00:38 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 Nov 2023 07:50:24 +0000 (02:50 -0500)
commitf9f677c5f723394170fa838b856602476150948d
tree5b27d97dc3f8092b6d83ae825f1425ea0dbfa7dd
parent57851607326a2beef21e67f83f4f53a90df8445a
d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant

We only search in the damn thing under hlist_bl_lock(); RCU variant
of insertion was, IIRC, pretty much cargo-culted - mea culpa...

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