From owner-cvs-all Mon Aug 19 19:43:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD33C37B400; Mon, 19 Aug 2002 19:43:44 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 313F043E3B; Mon, 19 Aug 2002 19:43:44 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g7K2hSOo050006; Mon, 19 Aug 2002 22:43:28 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 19 Aug 2002 22:43:28 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/fifofs fifo_vnops.c In-Reply-To: <200208200218.g7K2I0VJ047002@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FWIW, the fifofs filetmp stuff is a bit weird, and may cause us trouble at some point, especially if people hand fifo vnodes to kernel code that isn't careful to check it's pointing at a regular file. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Mon, 19 Aug 2002, Robert Watson wrote: > rwatson 2002/08/19 19:18:00 PDT > > Modified files: > sys/fs/fifofs fifo_vnops.c > Log: > Handle one more case of a fifofs filetmp: set filetmp.f_cred to > ap->a_cred, and pass in ap->a_td->td_ucred as the active_cred to > soo_poll(). > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs > > Revision Changes Path > 1.73 +3 -2 src/sys/fs/fifofs/fifo_vnops.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message