]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: drop spurious cache_purge on rmdir
authorMateusz Guzik <mjg@FreeBSD.org>
Fri, 23 Oct 2020 15:50:49 +0000 (15:50 +0000)
committerMateusz Guzik <mjg@FreeBSD.org>
Fri, 23 Oct 2020 15:50:49 +0000 (15:50 +0000)
commit25fb30bd9abc492359ad1f66901a06cb8cd08370
tree56397fc30ac1ca2a2386a6f207dc64c609e8e7e1
parent703f3fafa5df4f8c363da21157e0c96318c5d816
vfs: drop spurious cache_purge on rmdir

The removed directory gets cache_purged which is sufficient to remove any entries
related to the parent.

Note only tmpfs, ufs and zfs are patched.
sys/contrib/openzfs/module/os/freebsd/zfs/zfs_vnops.c
sys/fs/tmpfs/tmpfs_vnops.c
sys/ufs/ufs/ufs_vnops.c