CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/16 12:34:59
Modified files:
sys/kern : vfs_vnops.c
Log message:
Rework vn_ioctl() to only have a single point of return. This will make
it easier to grab the kernel lock once ioctl() is unlocked.
Thanks to semarie@ who came up with an improved diff.
ok mpi@ semarie@ visa@
