PERFORCE change 79885 for review
Wayne Salamon
wsalamon at FreeBSD.org
Sun Jul 10 02:19:40 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79885
Change 79885 by wsalamon at rickenbacker on 2005/07/10 02:18:48
Remove the credential argument from VOP_FSYNC() as it is no longer
part of the call interface.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#24 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/audit/kern_audit.c#24 (text+ko) ====
@@ -502,7 +502,7 @@
if (audit_in_failure &&
audit_q_len == 0 && audit_pre_q_len == 0) {
VOP_LOCK(vp, LK_DRAIN | LK_INTERLOCK, td);
- (void)VOP_FSYNC(vp, cred, MNT_WAIT, td);
+ (void)VOP_FSYNC(vp, MNT_WAIT, td);
VOP_UNLOCK(vp, 0, td);
panic("Audit store overflow; record queue drained.");
}
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list