From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 13 16:31:13 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D96016A4D2 for ; Mon, 13 Nov 2006 16:31:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BC1943E37 for ; Mon, 13 Nov 2006 16:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kADGU2nC024546 for ; Mon, 13 Nov 2006 16:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kADGU2CO024545; Mon, 13 Nov 2006 16:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 13 Nov 2006 16:30:02 GMT Resent-Message-Id: <200611131630.kADGU2CO024545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Dr. Markus Waldeck" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD0F16A4EB for ; Mon, 13 Nov 2006 16:21:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19ADB4407F for ; Mon, 13 Nov 2006 16:14:59 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kADGEXlW012034 for ; Mon, 13 Nov 2006 16:14:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kADGEXVk012033; Mon, 13 Nov 2006 16:14:33 GMT (envelope-from nobody) Message-Id: <200611131614.kADGEXVk012033@www.freebsd.org> Date: Mon, 13 Nov 2006 16:14:33 GMT From: "Dr. Markus Waldeck" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: bin/105483: Mounting ext2fs with noatime option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 16:31:13 -0000 >Number: 105483 >Category: bin >Synopsis: Mounting ext2fs with noatime option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 13 16:30:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dr. Markus Waldeck >Release: 7.0-CURRENT-200611 >Organization: >Environment: FreeBSD fbh 7.0-CURRENT-200610 FreeBSD 7.0-CURRENT-200611 root@fb:/usr/src/sys/i386/compile/FB70B01 i386 >Description: In FreeBSD 6.1 it is possible to mount an ext2fs partition with the option noatime. In FreeBSD 7.0 it is NOT possible. >How-To-Repeat: mount -t ext2fs -o noatime >Fix: --- mount.c 2006-11-13 17:35:48.335682544 +0200 +++ mount.c.patched 2006-11-13 17:34:45.790190904 +0200 @@ -133,7 +133,7 @@ */ unsigned int i; const char *fs[] = { - "cd9660", "mfs", "msdosfs", "nfs", "nfs4", "ntfs", + "cd9660", "ext2fs", "mfs", "msdosfs", "nfs", "nfs4", "ntfs", "nwfs", "nullfs", "portalfs", "smbfs", "udf", "umapfs", "unionfs", NULL >Release-Note: >Audit-Trail: >Unformatted: