Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 21:40:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-fs@FreeBSD.org
Subject:   Re: kern/153584: commit references a PR
Message-ID:  <201101212140.p0LLeAlJ008494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/153584; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/153584: commit references a PR
Date: Fri, 21 Jan 2011 21:33:52 +0000 (UTC)

 Author: jhb
 Date: Fri Jan 21 21:33:46 2011
 New Revision: 217702
 URL: http://svn.freebsd.org/changeset/base/217702
 
 Log:
   Restore support for the 'async' and 'sync' mount options lost when
   switching to nmount(2).  While here, sort the options.
   
   PR:		kern/153584
   Submitted by:	Pedro F. Giffuni  giffunip at yahoo
   MFC after:	1 week
 
 Modified:
   head/sys/fs/ext2fs/ext2_vfsops.c
 
 Modified: head/sys/fs/ext2fs/ext2_vfsops.c
 ==============================================================================
 --- head/sys/fs/ext2fs/ext2_vfsops.c	Fri Jan 21 18:32:29 2011	(r217701)
 +++ head/sys/fs/ext2fs/ext2_vfsops.c	Fri Jan 21 21:33:46 2011	(r217702)
 @@ -95,9 +95,9 @@ static int	ext2_check_sb_compat(struct e
  static int	compute_sb_data(struct vnode * devvp,
  		    struct ext2fs * es, struct m_ext2fs * fs);
  
 -static const char *ext2_opts[] = { "from", "export", "acls", "noexec",
 -    "noatime", "union", "suiddir", "multilabel", "nosymfollow",
 -    "noclusterr", "noclusterw", "force", NULL };
 +static const char *ext2_opts[] = { "acls", "async", "noatime", "noclusterr", 
 +    "noclusterw", "noexec", "export", "force", "from", "multilabel",
 +    "suiddir", "nosymfollow", "sync", "union", NULL };
  
  /*
   * VFS Operations.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101212140.p0LLeAlJ008494>