Remove the /dev/dev -> / symlink after we are done with it.

This commit is contained in:
Poul-Henning Kamp 2004-12-11 12:48:37 +00:00
parent 708394ec72
commit 494ea31a7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138679

View file

@ -1176,6 +1176,8 @@ devfs_fixup(struct thread *td)
vput(vp);
vput(dvp);
/* Unlink the no longer needed /dev/dev -> / symlink */
kern_unlink(td, "/dev/dev", UIO_SYSSPACE);
}
/*