diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-03-15 00:11:56 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-03-15 00:11:56 +0000 |
| commit | 466111770dc4edca3b3a1aa459e768416c290068 (patch) | |
| tree | 840338474963d53fa236b3273daff369aea4a6da /sys/gnu | |
| parent | b49b40a470c2a2b81d0b8299f09edded1a037a9f (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 bf12bc866f31..e7ecd02ce76a 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -120,7 +120,7 @@ static int compute_sb_data(struct vnode * devvp, static const char *ext2_opts[] = { "from", "export", "union", "acls", "exec", "atime", "union", "suiddir", "multilabel", "symfollow", "clusterr", - "clusterw" }; + "clusterw", "force" }; /* * VFS Operations. |
