Re: Removing NET_NEEDS_GIANT: first patch




On Tue, 24 Jul 2007, John Baldwin wrote:

On Tuesday 24 July 2007 06:17:45 am Robert Watson wrote:
Patch attached, and also available at this URL:

Possibly use mtx_assert() rather than KASSERT(mtx_owned()) in nfs_syscalls.c?

Sounds good, I will make that change. I picked that new structure because it most closely matched what was there, and what was there required a KASSERT because it combined a variable check with a lock check, but the new code doesn't require that.

Thanks,

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"



Relevant Pages