From owner-cvs-all@FreeBSD.ORG Tue Sep 2 19:27:15 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F08531065787; Tue, 2 Sep 2008 19:27:15 +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 9510E8FC0A; Tue, 2 Sep 2008 19:27:15 +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 m82JOBYT039879; Tue, 2 Sep 2008 13:24:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 02 Sep 2008 13:24:47 -0600 (MDT) Message-Id: <20080902.132447.652861696.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200808281530.m7SFU3h7013986@repoman.freebsd.org> <1220333613.6499.5.camel@localhost> 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: src-committers@FreeBSD.org, vova@fbsd.ru, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, attilio@FreeBSD.org, amistry@am-productions.biz Subject: Re: cvs commit: VOP_ATTRIB ... and sysutils/fusefs-kmod 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: Tue, 02 Sep 2008 19:27:16 -0000 In message: Robert Watson writes: : 8-CURRENT kernels should reject old modules from loading unless : __FreeBSD_version hasn't been bumped. Sure would be nice if the error message were more helpful as to the cause. The current behavior is a bit, ummm, cryptic... Warner