Date: Mon, 14 Sep 2009 15:16:17 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clnode.c nfs_clport.c src/sys/nfsclient nfs_node.c Message-ID: <200909141517.n8EFH0of027608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-09-14 15:16:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/fs/nfsclient nfs_clnode.c nfs_clport.c
sys/nfsclient nfs_node.c
Log:
SVN rev 197192 on 2009-09-14 15:16:17Z by rmacklem
MFC r197048:
Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs
vnodes, since these nodes are not linked into the mount queue and,
as such, the vn_lock() cannot cause a deadlock so LORs are harmless.
Suggested by: kib
Approved by: re (kensmith), kib (mentor)
Revision Changes Path
1.4.2.2 +1 -1 src/sys/fs/nfsclient/nfs_clnode.c
1.5.2.2 +1 -1 src/sys/fs/nfsclient/nfs_clport.c
1.92.2.2 +1 -1 src/sys/nfsclient/nfs_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909141517.n8EFH0of027608>
