Received: by mail.netbsd.org (Postfix, from userid 605) id E318F14A2DD; Tue, 17 Jan 2012 16:27:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A4A914A2DA for ; Tue, 17 Jan 2012 16:27:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8PKIS6ZHIbZ4 for ; Tue, 17 Jan 2012 16:27:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3542014A2DD for ; Tue, 17 Jan 2012 16:27:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 623F6175DD; Tue, 17 Jan 2012 16:27:19 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 17 Jan 2012 16:27:19 +0000 From: "Konrad Schroder" Subject: CVS commit: src/sbin/newfs_lfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120117162719.623F6175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Konrad Schroder" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: perseant Date: Tue Jan 17 16:27:19 UTC 2012 Modified Files: src/sbin/newfs_lfs: make_lfs.c Log Message: Use an even smaller segment size when creating a very small filesystem. This allows the lfs_renamerace_dirs case of the t_renamerace test to fail correctly, rather than with a bogus "file system full" error as it has since rev 1.135 of sys/ufs/lfs/lfs.h. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sbin/newfs_lfs/make_lfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.