Skip to content
Commit ce285c26 authored by Al Viro's avatar Al Viro
Browse files

autofs: fix use-after-free in lockless ->d_manage()



autofs_d_release() can overlap with lockless ->d_manage(),
ending up with autofs_dentry_ino() freed under the latter.
Make freeing autofs_info instances RCU-delayed...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 5467a68c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment