Received: by mail.netbsd.org (Postfix, from userid 0) id CE46763B4DE; Tue, 16 Feb 2010 05:47:53 +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 6C4E063B12F for ; Tue, 16 Feb 2010 05:47:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5901C175DF; Tue, 16 Feb 2010 05:47:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 16 Feb 2010 05:47:52 +0000 From: "David A. Holland" Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20100216054752.5901C175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "David A. Holland" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: dholland Date: Tue Feb 16 05:47:52 UTC 2010 Modified Files: src/sys/kern: kern_module_vfs.c Log Message: Don't inspect vn_stat() results until after checking that it succeeded. If anyone's been seeing random "File too large" results from module loading, this should fix it. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_module_vfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.