summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_syscalls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index c246b9e..0762ca7a 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -987,7 +987,8 @@ kern_openat(struct thread *td, int fd, char *path, enum uio_seg pathseg,
}
/*
- * Allocate the file descriptor, but don't install a descriptor yet.
+ * Allocate a file structure. The descriptor to reference it
+ * is allocated and set by finstall() below.
*/
error = falloc_noinstall(td, &fp);
if (error != 0)
OpenPOWER on IntegriCloud