Removing NET_NEEDS_GIANT: first patch

Robert Watson rwatson at FreeBSD.org
Tue Jul 24 18:21:10 UTC 2007


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


More information about the freebsd-arch mailing list