Date: Fri, 5 Nov 2010 21:13:16 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsserver nfs_serv.c Message-ID: <201011052113.oA5LDdPY019645@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-11-05 21:13:16 UTC FreeBSD src repository Modified files: sys/nfsserver nfs_serv.c Log: SVN rev 214851 on 2010-11-05 21:13:16Z by kib Fix a bug in r214049. The nvp == vp case shall be handled specially only for !usevget case. If VFS_VGET is working, the vnode shared lock is obtained recursively and vput() shall be done, not vunref(). Submitted by: rmacklem Tested by: Josh Carroll <josh.carroll gmail com> MFC after: 3 days Revision Changes Path 1.202 +1 -1 src/sys/nfsserver/nfs_serv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011052113.oA5LDdPY019645>