CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/06 10:29:53
Modified files:
sys/dev : softraid.c
Log message:
Remove redundant VOP_CLOSE() and vput(). The fail branch will close
the vnode because `open' is true.
OK deraadt@, anton@
