diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-08-15 17:40:09 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-08-15 17:40:09 +0000 |
| commit | 1dc5b1cc562eb7fbe0935cd398aed91d9c1de832 (patch) | |
| tree | 167217e327e9846d087a5fb324dec1ff241929b2 /sys/gnu | |
| parent | bb86bbb99d2dcdea03e34fe60f13507c0217d887 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vfsops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index d5ad6f22feb49..ace6823537414 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -118,8 +118,8 @@ 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", "union", "acls", "exec", - "atime", "union", "suiddir", "multilabel", "symfollow", "clusterr", - "clusterw", "force", NULL }; + "noatime", "union", "suiddir", "multilabel", "nosymfollow", + "noclusterr", "noclusterw", "force", NULL }; /* * VFS Operations. |
