Update the comment for fdesc_setattr to reflect that we no longer
actually setattr() on underlying vnodes.
This commit is contained in:
parent
00fad6bbe5
commit
5263356d9d
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user