summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_syscalls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index b3753c2..72b4795 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -2118,8 +2118,7 @@ kern_accessat(struct thread *td, int fd, char *path, enum uio_seg pathseg,
/*
* Create and modify a temporary credential instead of one that
- * is potentially shared. This could also mess up socket
- * buffer accounting which can run in an interrupt context.
+ * is potentially shared.
*/
if (!(flags & AT_EACCESS)) {
cred = td->td_ucred;
OpenPOWER on IntegriCloud