PERFORCE change 15622 for review
Robert Watson
rwatson at freebsd.org
Tue Aug 6 18:15:56 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15622
Change 15622 by rwatson at rwatson_tislabs on 2002/08/06 11:15:09
Missing comment close.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#39 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/vfs_vnops.c#39 (text+ko) ====
@@ -555,7 +555,7 @@
uio->uio_offset = fp->f_offset;
ioflag |= sequential_heuristic(uio, fp);
#ifdef MAC
- /* XXXMAC: We should pass active_cred into vn_write().
+ /* XXXMAC: We should pass active_cred into vn_write(). */
error = mac_check_vnode_write(td->td_ucred, cred, vp);
if (error == 0)
#endif
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