From rodrigc@crodrigues.org  Sat Nov 27 21:41:57 2004
Return-Path: <rodrigc@crodrigues.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 48FDC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Nov 2004 21:41:57 +0000 (GMT)
Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D7F6B43D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Nov 2004 21:41:56 +0000 (GMT)
	(envelope-from rodrigc@crodrigues.org)
Received: from h00609772adf0.ne.client2.attbi.com ([66.30.114.143])
          by comcast.net (sccrmhc11) with ESMTP
          id <2004112721415401100lbhaee>; Sat, 27 Nov 2004 21:41:54 +0000
Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1])
	by h00609772adf0.ne.client2.attbi.com (8.13.1/8.13.1) with ESMTP id iARLfs3w034909
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Nov 2004 16:41:54 -0500 (EST)
	(envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com)
Received: (from rodrigc@localhost)
	by h00609772adf0.ne.client2.attbi.com (8.13.1/8.13.1/Submit) id iARLfrTE034904;
	Sat, 27 Nov 2004 16:41:53 -0500 (EST)
	(envelope-from rodrigc)
Message-Id: <200411272141.iARLfrTE034904@h00609772adf0.ne.client2.attbi.com>
Date: Sat, 27 Nov 2004 16:41:53 -0500 (EST)
From: Craig Rodrigues <rodrigc@crodrigues.org>
Reply-To: Craig Rodrigues <rodrigc@crodrigues.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: pseudo_vnops.c fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         74461
>Category:       kern
>Synopsis:       [patch] pseudo_vnops.c fix: compilation with PFS_TRACE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 27 21:50:30 GMT 2004
>Closed-Date:    Mon Dec 06 20:10:16 GMT 2004
>Last-Modified:  Mon Dec 06 20:10:16 GMT 2004
>Originator:     Craig Rodrigues
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dibbler.crodrigues.org 6.0-CURRENT FreeBSD 6.0-CURRENT #34: Thu Nov 18 15:59:00 EST 2004 rodrigc@dibbler.crodrigues.org:/usr/obj/usr/src/sys/MYKERNEL1 i386


	
>Description:
pseudo_vnops.c failed to compile when I enabled PFS_TRACE by
uncommenting it in pseudofs_vnops.c

>How-To-Repeat:
	
>Fix:


--- /usr/src/sys/fs/pseudofs/pseudofs_vnops.c.orig	Sat Nov 27 16:32:30 2004
+++ /usr/src/sys/fs/pseudofs/pseudofs_vnops.c	Sat Nov 27 16:32:39 2004
@@ -127,7 +127,7 @@
 	struct proc *proc;
 	int error;
 
-	PFS_TRACE((pd->pn_name));
+	PFS_TRACE((pn->pn_name));
 
 	/*
 	 * Do nothing unless this is the last close and the node has a
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kan 
State-Changed-When: Mon Dec 6 20:08:52 GMT 2004 
State-Changed-Why:  
Patch committed, thanks! 


Responsible-Changed-From-To: freebsd-bugs->kan 
Responsible-Changed-By: kan 
Responsible-Changed-When: Mon Dec 6 20:08:52 GMT 2004 
Responsible-Changed-Why:  
I handled this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74461 
>Unformatted:

