CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/08 03:21:10
Modified files:
sys/kern : vfs_lookup.c
Log message:
When an unlink failed due to unveil, the use count of the inode was
not decremented. You could not unmount the file system anymore.
A vput(9) in namei(9) fixes this.
OK deraadt@
