From owner-freebsd-current@FreeBSD.ORG Mon Jul 10 14:35:23 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 406E216A4DA; Mon, 10 Jul 2006 14:35:23 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA12243D45; Mon, 10 Jul 2006 14:35:22 +0000 (GMT) (envelope-from john@baldwin.cx) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6AEZ8dY061078; Mon, 10 Jul 2006 10:35:17 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: freebsd-arch@freebsd.org Date: Mon, 10 Jul 2006 09:52:46 -0400 User-Agent: KMail/1.9.1 References: <20060708152801.GA3671@crodrigues.org> <44B00011.9050902@samsco.org> <20060708215321.GJ16201@garage.freebsd.pl> In-Reply-To: <20060708215321.GJ16201@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607100952.47158.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Mon, 10 Jul 2006 10:35:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1590/Mon Jul 10 01:34:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-104.4 required=4.2 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx X-Mailman-Approved-At: Tue, 11 Jul 2006 02:52:43 +0000 Cc: Craig Rodrigues , freebsd-current@freebsd.org, Pawel Jakub Dawidek Subject: Re: [RFC] mount can figure out fstype automatically X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 14:35:23 -0000 On Saturday 08 July 2006 17:53, Pawel Jakub Dawidek wrote: > One thing I don't like about this idea, is that simple mount(8) command > will load all file system kernel modules if we give for example device > with no file system on it. No it won't. The patch instructs the kernel to try all of the currently loaded filesystems. It doesn't try to load any filesystem modules. -- John Baldwin