diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-10-27 16:14:33 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-10-27 16:14:33 +0000 |
| commit | d2169cb67d078e8cefea38c7787f9a2b351176f1 (patch) | |
| tree | ed243bcf4d5ecd2824654725cb063f147b7a2872 /sys/gnu | |
| parent | a7aebe893d8e1fc454fdf695ca39e2ebc1f7a3ce (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index e39d4e73d25a..c77a5dc60395 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -117,7 +117,7 @@ static int ext2_check_sb_compat(struct ext2_super_block *es, struct cdev *dev, 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", +static const char *ext2_opts[] = { "from", "export", "acls", "exec", "noatime", "union", "suiddir", "multilabel", "nosymfollow", "noclusterr", "noclusterw", "force", NULL }; |
