Date: Mon, 27 Nov 2006 23:26:06 +0000 (UTC) From: Mohan Srinivasan <mohans@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_socket.c Message-ID: <200611272326.kARNQ6s0000447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611272326.kARNQ6s0000447>