aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>2000-06-02 07:08:18 +0000
committerChris Costello <chris@FreeBSD.org>2000-06-02 07:08:18 +0000
commitc1e15e06bbbaa051b891d4ce45631fbcd64567d3 (patch)
tree823dbcb5d28a04ab19f68c5df0a1973c05e72e21 /sys/miscfs
parent908a81d4246e84d6ee6268623654a351471e0e0d (diff)
downloadsrc-c1e15e06bbbaa051b891d4ce45631fbcd64567d3.tar.gz
src-c1e15e06bbbaa051b891d4ce45631fbcd64567d3.zip
Update the comment for fdesc_setattr to reflect that we no longer
actually setattr() on underlying vnodes.
Notes
Notes: svn path=/head/; revision=61173
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/fdesc/fdesc_vnops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c
index 19882d6c49b2..edfe10566020 100644
--- a/sys/miscfs/fdesc/fdesc_vnops.c
+++ b/sys/miscfs/fdesc/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: