summaryrefslogtreecommitdiffstats
path: root/sys/fs/fdescfs
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-06-02 07:08:18 +0000
committerchris <chris@FreeBSD.org>2000-06-02 07:08:18 +0000
commitccec07bebecc44df0a01df9aab9fd0c7ebdfc957 (patch)
tree97ee9eb0fe357d1ff1741826b50b052d25814b64 /sys/fs/fdescfs
parent571f018249dbe4c8af33c77952d6d5414594e1e2 (diff)
downloadFreeBSD-src-ccec07bebecc44df0a01df9aab9fd0c7ebdfc957.zip
FreeBSD-src-ccec07bebecc44df0a01df9aab9fd0c7ebdfc957.tar.gz
Update the comment for fdesc_setattr to reflect that we no longer
actually setattr() on underlying vnodes.
Diffstat (limited to 'sys/fs/fdescfs')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index 19882d6..edfe105 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -401,7 +401,7 @@ fdesc_setattr(ap)
return (EBADF);
/*
- * Can setattr the underlying vnode, but not sockets!
+ * Do not allow anybody to actually setattr anything.
*/
switch (fp->f_type) {
case DTYPE_FIFO:
OpenPOWER on IntegriCloud