diff options
author | eivind <eivind@FreeBSD.org> | 1999-11-13 21:00:26 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1999-11-13 21:00:26 +0000 |
commit | c0ca5a95250fd54b802a0c6d70573f2626457971 (patch) | |
tree | edb0efc1ab68682362abc8249e7f6d0b4e524ee0 /share | |
parent | 4ce73d70968875fa0c07f07e90a2bdcb84726bd6 (diff) | |
download | FreeBSD-src-c0ca5a95250fd54b802a0c6d70573f2626457971.zip FreeBSD-src-c0ca5a95250fd54b802a0c6d70573f2626457971.tar.gz |
Document changed calling conventions (lost WILLRELE) for VOP_MKNOD and
VOP_SYMLINK.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/VOP_CREATE.9 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/share/man/man9/VOP_CREATE.9 b/share/man/man9/VOP_CREATE.9 index cbf8949..ae8d3c0 100644 --- a/share/man/man9/VOP_CREATE.9 +++ b/share/man/man9/VOP_CREATE.9 @@ -89,19 +89,7 @@ flag is specified in The directory, .Fa dvp will be locked on entry and must remain locked on return. -If the call is successful, the new object will be returned locked, -unless the call is -.Xr VOP_MKNOD 9 -or -.Xr VOP_SYMLINK 9 -in which case the new object is not returned at all. -It is not clear why -.Xr VOP_MKNOD 9 -and -.Xr VOP_SYMLINK 9 -need a -.Fa *vpp -argument at all. +If the call is successful, the new object will be returned locked. .Sh RETURN VALUES If successful, the vnode for the new object is placed in .Fa *vpp |