PERFORCE change 180100 for review

Zheng Liu lz at FreeBSD.org
Tue Jun 22 09:40:07 UTC 2010


http://p4web.freebsd.org/@@180100?ac=10

Change 180100 by lz at gnehzuil-freebsd on 2010/06/22 09:40:04

	       Add 'async' mode into ext2fs.
	
	        * Add 'async' option in order to make ext2fs can be mounted in async mode.

Affected files ...

.. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2_vfsops.c#6 edit

Differences ...

==== //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2_vfsops.c#6 (text+ko) ====

@@ -95,9 +95,9 @@
 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", "export", "force",
+    "from", "multilabel", "noatime", "noclusterr", "noclusterw",
+    "noexec", "nosymfollow", "suiddir", "union", NULL };
 
 /*
  * VFS Operations.


More information about the p4-projects mailing list