Mount points use a special empty namecache entry to transition from one
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Jan 2005 19:46:48 +0000 (19:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Jan 2005 19:46:48 +0000 (19:46 +0000)
commit2386d5b6657a9ce5167b237c513ddc15d40d8aca
tree663e7002452a570d3e97784aed378bf064141ca4
parent755f2cbd1545073fd07283c08f7175a012de8e59
Mount points use a special empty namecache entry to transition from one
filesystem to another.  It is possible for a stale entry to remain intact
from a prior mount so be sure the new entry is set to an unresolved state
so it is properly re-resolved on later access.
sys/kern/vfs_syscalls.c