From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 18 17:00:50 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED04A16A403 for ; Sat, 18 Nov 2006 17:00:50 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C56243D55 for ; Sat, 18 Nov 2006 17:00:46 +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 kAIH0kQw081430 for ; Sat, 18 Nov 2006 17:00:46 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kAIH0kxm081429; Sat, 18 Nov 2006 17:00:46 GMT (envelope-from gnats) Date: Sat, 18 Nov 2006 17:00:46 GMT Message-Id: <200611181700.kAIH0kxm081429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Craig Rodrigues Cc: Subject: Re: bin/105483: Mounting ext2fs with noatime option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Craig Rodrigues List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2006 17:00:51 -0000 The following reply was made to PR bin/105483; it has been noted by GNATS. From: Craig Rodrigues To: "Dr. Markus Waldeck" Cc: bug-followup@freebsd.org Subject: Re: bin/105483: Mounting ext2fs with noatime option Date: Sat, 18 Nov 2006 11:55:40 -0500 Hi, Can you revert your patch to mount, and apply this patch to the ext2 filesystem instead? Index: ext2_vfsops.c =================================================================== RCS file: /home/ncvs/src/sys/gnu/fs/ext2fs/ext2_vfsops.c,v retrieving revision 1.159 diff -u -u -r1.159 ext2_vfsops.c --- ext2_vfsops.c 6 Nov 2006 13:41:58 -0000 1.159 +++ ext2_vfsops.c 18 Nov 2006 16:53:22 -0000 @@ -119,7 +119,10 @@ static int compute_sb_data(struct vnode * devvp, struct ext2_super_block * es, struct ext2_sb_info * fs); -static const char *ext2_opts[] = { "from", "export" }; +static const char *ext2_opts[] = { "from", "export", "union", "acls", "noexec", + "noatime", "union", "suiddir", "multilabel", "nosymfollow", "noclusterr", + "noclusterw" }; + /* * VFS Operations. * -- Craig Rodrigues rodrigc@crodrigues.org