]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The kern_renameat() looks up the fvp using the DELETE flag, which causes
authorPeter Holm <pho@FreeBSD.org>
Mon, 31 Oct 2011 15:01:47 +0000 (15:01 +0000)
committerPeter Holm <pho@FreeBSD.org>
Mon, 31 Oct 2011 15:01:47 +0000 (15:01 +0000)
commit6890c3a990cb4b09bb17e00225082dcdd33bd248
treeedbe7b5dbb11572bbbab78d3fa267bd51c5c90d8
parent1f1928092d351523c25cfe277301b4f401d43e26
The kern_renameat() looks up the fvp using the DELETE flag, which causes
the removal of the name cache entry for fvp.

Reported by: Anton Yuzhaninov <citrin citrin ru>
In collaboration with: kib
MFC after: 1 week
sys/ufs/ufs/ufs_vnops.c