mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>