From owner-cvs-all@FreeBSD.ORG Mon Aug 22 03:55:53 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A7B16A41F; Mon, 22 Aug 2005 03:55:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3457F43D53; Mon, 22 Aug 2005 03:55:43 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j7M45nSP088055; Sun, 21 Aug 2005 22:05:50 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <43094CA1.8020905@samsco.org> Date: Sun, 21 Aug 2005 21:55:13 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Suleiman Souhlal References: <200508212206.j7LM6fGR076152@repoman.freebsd.org> In-Reply-To: <200508212206.j7LM6fGR076152@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_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: Mon, 22 Aug 2005 03:55:53 -0000 Suleiman Souhlal wrote: > ssouhlal 2005-08-21 22:06:41 UTC > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > Set the mountpoint path in the superblock (fs_fsmnt) at mount-time > so that it appears in the various messages (not cleanly unmounted, > filesystem full, etc). This has been broken since rev 1.261. > > Revision Changes Path > 1.292 +2 -1 src/sys/ufs/ffs/ffs_vfsops.c What was wrong with vfs_mountedfrom()? Scott