From owner-cvs-src@FreeBSD.ORG Sat Apr 1 01:15:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BD416A400; Sat, 1 Apr 2006 01:15:24 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122BF43D4C; Sat, 1 Apr 2006 01:15:24 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k311FNiM043719; Sat, 1 Apr 2006 01:15:23 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k311FN0C043718; Sat, 1 Apr 2006 01:15:23 GMT (envelope-from jeff) Message-Id: <200604010115.k311FN0C043718@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 1 Apr 2006 01:15:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2006 01:15:24 -0000 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