cvs commit: src/sys/security/audit audit.c
Robert Watson
rwatson at FreeBSD.org
Tue Feb 7 15:44:32 PST 2006
rwatson 2006-02-07 23:44:31 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit.c
Log:
Acquire vnode lock around call to VOP_GETATTR() in audit_record_write().
In the future, we may want to acquire the lock early in the function and
hold it across calls to vn_rdwr(), etc, to avoid multiple acquires.
Spotted by: kris (bugmagnet)
Obtained from: TrustedBSD Project
Revision Changes Path
1.6 +2 -0 src/sys/security/audit/audit.c
More information about the cvs-src
mailing list