PERFORCE change 33644 for review
    Chris Vance 
    cvance at FreeBSD.org
       
    Wed Jun 25 08:54:59 PDT 2003
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=33644
Change 33644 by cvance at cvance_release on 2003/06/25 08:54:03
	Remove debug statement (overkill for initial labeling of a fs)
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/security/sebsd/sebsd.c#7 (text+ko) ====
@@ -433,9 +433,11 @@
 		vsec->sid = SECINITSID_UNLABELED; /* Use the default label */
 		struct vattr va;
 
+		/* 
 		(void)VOP_GETATTR(vp, &va, curthread->td_ucred, curthread);
 		printf("sebsd_update_vnode_from_extattr: no label for "
 		       "inode=%ld, fsid=%d\n", va.va_fileid, va.va_fsid);
+		*/
 		goto dosclass;
 	}
 	if (error) {
    
    
More information about the p4-projects
mailing list