Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2002 07:15:03 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19023 for review
Message-ID:  <200210101415.g9AEF3bU083895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/p4db/chv.cgi?CH=19023

Change 19023 by cvance@cvance_laptop on 2002/10/10 07:14:36

	Fix bug.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#8 (text+ko) ====

@@ -496,9 +496,9 @@
 				struct vnode *vp = a->u.fs.vp;
 				struct vattr va;
 				if (VOP_ISLOCKED(vp, curthread) &&
-				    VOP_GETATTR(vp, &va,
-						curthread->td_ucred,
-						curthread)) {
+				    !VOP_GETATTR(vp, &va,
+						 curthread->td_ucred,
+						 curthread)) {
 					printf(" inode=%ld, fsid=%d, ftype=%d",
 					       va.va_fileid, va.va_fsid, 
 					       vp->v_type);

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?200210101415.g9AEF3bU083895>