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

This commit is contained in:
phk 2004-12-11 12:48:37 +00:00
parent 93f6fd0d01
commit b733b4afe1

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);
}
/*