Date: Sat, 27 Nov 2004 16:41:53 -0500 (EST) From: Craig Rodrigues <rodrigc@crodrigues.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/74461: pseudo_vnops.c fix Message-ID: <200411272141.iARLfrTE034904@h00609772adf0.ne.client2.attbi.com> Resent-Message-ID: <200411272150.iARLoUxB050564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74461 >Category: kern >Synopsis: pseudo_vnops.c fix >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 27 21:50:30 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411272141.iARLfrTE034904>