From owner-cvs-src@FreeBSD.ORG Fri Oct 5 17:37:26 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C82216A41A; Fri, 5 Oct 2007 17:37:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E1F5D13C48E; Fri, 5 Oct 2007 17:37:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l95HbP0I038862; Fri, 5 Oct 2007 17:37:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l95HbPFa038861; Fri, 5 Oct 2007 17:37:25 GMT (envelope-from jhb) Message-Id: <200710051737.l95HbPFa038861@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Oct 2007 17:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 17:37:26 -0000 jhb 2007-10-05 17:37:25 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Use the correct pid when checking to see whether or not the /proc/ directory itself (rather than any of its contents) is visible to the current thread. MFC after: 1 week PR: kern/90063 Submitted by: john of 8192.net Approved by: re (kensmith) Revision Changes Path 1.65 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c