use error code path instead of return early without calling VOP_ABORTOP() and
authorsemarie <semarie@openbsd.org>
Sun, 26 Jun 2016 14:27:14 +0000 (14:27 +0000)
committersemarie <semarie@openbsd.org>
Sun, 26 Jun 2016 14:27:14 +0000 (14:27 +0000)
commitead73f75ff035d474433ecd9bd0e196c4aca155b
tree8490b4dbbf16d7ca2b9a3cc998f81a86cb344dbd
parent8ccd5a28b64f5f9173d0b169dfa9bf43e747417a
use error code path instead of return early without calling VOP_ABORTOP() and
vrele()/vput().

ok deraadt@
sys/kern/vfs_syscalls.c