]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't
authorMohan Srinivasan <mohans@FreeBSD.org>
Mon, 27 Nov 2006 23:26:06 +0000 (23:26 +0000)
committerMohan Srinivasan <mohans@FreeBSD.org>
Mon, 27 Nov 2006 23:26:06 +0000 (23:26 +0000)
commitd4875805d7a5e76cf2559425660603cb1df0dbc7
treef850d524c1070c4f97c7f082fac784e9a0b8a11b
parent06912ebab3a2e8ca9643e79fabb50de1d445f4b4
bde@ pointed out that tprintf() acquires Giant so callers of tprintf() don't
have to explicitly acquire Giant (although they need to be aware of this and
not hold any locks at that point). Remove the acquisitions of Giant in the
NFS client wrapping tprintf().
sys/nfsclient/nfs_socket.c