mirror of
https://github.com/torvalds/linux.git
synced 2026-05-15 22:23:23 -04:00
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: Al Viro <viro@zeniv.linux.org.uk>