Date: Fri, 2 Jun 2000 00:02:46 -0700 (PDT) From: Chris Costello <chris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fdesc fdesc.h fdesc_vnops.c Message-ID: <200006020702.AAA11016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
chris 2000/06/02 00:02:46 PDT
Modified files:
sys/miscfs/fdesc fdesc.h fdesc_vnops.c
Log:
- Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused
problems when fetch(1) was passed `-o -'. The rationale of this change
is that applications attempting to change underlying vnodes for /dev/fd
nodes are improperly written and the use of this interface should not
ever have been encouraged. Proper alternatives are fchmod, fchown and
others.
PR: 18952
- Remove stale, unused fdescnode->fd_link structure member.
Revision Changes Path
1.13 +1 -2 src/sys/miscfs/fdesc/fdesc.h
1.52 +1 -6 src/sys/miscfs/fdesc/fdesc_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006020702.AAA11016>
