aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-dentry-alias.m4
Commit message (Collapse)AuthorAgeFilesLines
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-281-0/+30
Open files, which aren't present in the snapshot, which is being roll-backed to, need to disappear from the visible VFS image of the dataset. Kernel provides d_drop function to drop invalid entry from the dcache, but inode can be referenced by dentry multiple dentries. The introduced zpl_d_drop_aliases function walks and invalidates all aliases of an inode. Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Pavel Snajdr <[email protected]> Closes #9600 Closes #14070