Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2002 11:26:38 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8390 for review
Message-ID:  <200203251926.g2PJQc082724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8390

Change 8390 by jhb@jhb_laptop on 2002/03/25 11:25:52

	Fix a mis-merge.

Affected files ...

... //depot/projects/smpng/sys/nfsserver/nfs_serv.c#14 edit

Differences ...

==== //depot/projects/smpng/sys/nfsserver/nfs_serv.c#14 (text+ko) ====

@@ -1743,7 +1743,7 @@
 				vap->va_type = VFIFO;
                         if (vap->va_type != VFIFO &&
                             (error = suser_cred(cred, 0))) {
-				goto nfsmreply0;
+				goto ereply;
                         }
 			vap->va_rdev = rdev;
 			error = VOP_MKNOD(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, vap);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203251926.g2PJQc082724>