bin/105483: Mounting ext2fs with noatime option

Craig Rodrigues rodrigc at crodrigues.org
Sat Nov 18 17:00:51 UTC 2006


The following reply was made to PR bin/105483; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc at crodrigues.org>
To: "Dr. Markus Waldeck" <waldeck at gmx.de>
Cc: bug-followup at 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 at crodrigues.org


More information about the freebsd-bugs mailing list