From owner-cvs-all@FreeBSD.ORG Fri Jan 18 12:09:55 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BB6A16A46E; Fri, 18 Jan 2008 12:09:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D75213C4E3; Fri, 18 Jan 2008 12:09:55 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0IC9taQ024539; Fri, 18 Jan 2008 12:09:55 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0IC9tIp024538; Fri, 18 Jan 2008 12:09:55 GMT (envelope-from kib) Message-Id: <200801181209.m0IC9tIp024538@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 18 Jan 2008 12:09:54 +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/fs/udf udf_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2008 12:09:55 -0000 kib 2008-01-18 12:09:54 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vfsops.c Log: udf_vget() shall vgone() the vnode when the file_entry cannot be allocated or read from the volume. Otherwise, half-constructed vnode could be found later and cause panic when accessed. PR: 118322 MFC after: 1 week Revision Changes Path 1.52 +3 -0 src/sys/fs/udf/udf_vfsops.c