cvs commit: src/sys/nfsclient nfs_socket.c
Mohan Srinivasan
mohans at FreeBSD.org
Mon Nov 27 21:06:54 PST 2006
mohans 2006-11-27 23:26:06 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_socket.c
Log:
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().
Revision Changes Path
1.147 +4 -6 src/sys/nfsclient/nfs_socket.c
More information about the cvs-src
mailing list