From owner-svn-src-head@FreeBSD.ORG Sat Feb 28 06:33:53 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72F581065674; Sat, 28 Feb 2009 06:33:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1A22B8FC15; Sat, 28 Feb 2009 06:33:53 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n1S6UoCf012847; Fri, 27 Feb 2009 23:30:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 27 Feb 2009 23:31:08 -0700 (MST) Message-Id: <20090227.233108.1090078707.imp@bsdimp.com> To: jhb@freebsd.org From: "M. Warner Losh" In-Reply-To: <200902272000.n1RK0FKI081514@svn.freebsd.org> References: <200902272000.n1RK0FKI081514@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189120 - head/sys/fs/msdosfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2009 06:33:53 -0000 In message: <200902272000.n1RK0FKI081514@svn.freebsd.org> John Baldwin writes: : Author: jhb : Date: Fri Feb 27 20:00:15 2009 : New Revision: 189120 : URL: http://svn.freebsd.org/changeset/base/189120 : : Log: : - Hold a reference on the cdev a filesystem is mounted from in the mount. : - Remove the cdev pointers from the denode and instead use the mountpoint's : reference to call dev2udev() in getattr(). ... : - struct cdev *de_dev; /* device where direntry lives */ This commit broke tinderbox. Warner