td->td_ucred is a thread-local variable, meaning that it will only be accessed
and modified from the current thread. So the above construct is fine. Also,
struct thread should be properly aligned. :-)
Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"