diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2004-02-17 12:30:32 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2004-02-17 12:30:32 +0000 |
| commit | a1cc6206fb6a30805d900b21b3ed39fc5c6327a7 (patch) | |
| tree | 2c846834b578649986464487c4d395196f8a7b88 | |
| parent | 82b976c5c3be976f5679be2824f7f0acabf72ba3 (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_extattr.c | 2 | ||||
| -rw-r--r-- | sys/kern/vfs_syscalls.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 5115e1ac98b9..79a0ce932123 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -3742,7 +3742,7 @@ out: /* * Convert a user file descriptor to a kernel file entry. - * The file entry is locked upon returning. + * A reference on the file entry is held upon returning. */ int getvnode(fdp, fd, fpp) diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 5115e1ac98b9..79a0ce932123 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -3742,7 +3742,7 @@ out: /* * Convert a user file descriptor to a kernel file entry. - * The file entry is locked upon returning. + * A reference on the file entry is held upon returning. */ int getvnode(fdp, fd, fpp) |
