Remove the /dev/dev -> / symlink after we are done with it.
This commit is contained in:
parent
93f6fd0d01
commit
b733b4afe1
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user