bin/105483: Mounting ext2fs with noatime option

Craig Rodrigues rodrigc at crodrigues.org
Sat Nov 18 18:20:30 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 13:11:44 -0500

 Hi,
 
 My previous patch had a minor mistake in it.  Try this 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 18:10:37 -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", "exec",
 +    "atime", "union", "suiddir", "multilabel", "symfollow", "clusterr",
 +    "clusterw" };
 + 
  /*
   * VFS Operations.
   *
 
 -- 
 Craig Rodrigues        
 rodrigc at crodrigues.org


More information about the freebsd-bugs mailing list