From owner-cvs-src-old@FreeBSD.ORG Fri Apr 30 04:21:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7EFEE1065676 for ; Fri, 30 Apr 2010 04:21:43 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 55FD98FC0A for ; Fri, 30 Apr 2010 04:21:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3U4LhEs028991 for ; Fri, 30 Apr 2010 04:21:43 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3U4LhTm028990 for cvs-src-old@freebsd.org; Fri, 30 Apr 2010 04:21:43 GMT (envelope-from jeff@repoman.freebsd.org) Message-Id: <201004300421.o3U4LhTm028990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jeff@repoman.freebsd.org using -f From: Jeff Roberson Date: Fri, 30 Apr 2010 04:21:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/tunefs tunefs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 04:21:43 -0000 jeff 2010-04-30 04:21:22 UTC FreeBSD src repository Modified files: sbin/tunefs tunefs.c Log: SVN rev 207421 on 2010-04-30 04:21:22Z by jeff - Use the path to the filesystem mountpoint to look up the statfs structure so that we correctly reload. Note that tunefs doesn't properly detect the need to reload if the disk device is specified for a read-only mounted filesystem. - Lessen the contiguity requirement for the journal so that it is more likely to succeed. Revision Changes Path 1.47 +4 -4 src/sbin/tunefs/tunefs.c