From owner-cvs-all Fri Jun 2 0: 2:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D53A37B879; Fri, 2 Jun 2000 00:02:47 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA11016; Fri, 2 Jun 2000 00:02:47 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200006020702.AAA11016@freefall.freebsd.org> From: Chris Costello Date: Fri, 2 Jun 2000 00:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/fdesc fdesc.h fdesc_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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