commit | ce54c803d57ab6e872b670f0b46fc65840c8d7ca | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Nov 12 00:38:02 2023 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 23 23:49:04 2023 -0500 |
tree | 9c91e008c9d3e51a6ad24defc30e3f1c7bce3901 | |
parent | f7aff128d8c70493d614786ba7ec5f743feafe51 [diff] |
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>