Date: Sat, 1 Apr 2006 01:15:23 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c Message-ID: <200604010115.k311FN0C043718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2006-04-01 01:15:23 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: - Busy the filesystem in nfs_statfs to prevent us from creating a new vnode after vflush() has succeeded. This would cause a dangling vnode panic at unmount time otherwise. Other filesystems may have this problem via their VFS_VGET() routines. Found by: kris Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.180 +7 -1 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604010115.k311FN0C043718>