diff options
| author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-07-14 21:18:19 +0000 |
|---|---|---|
| committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2007-07-14 21:18:19 +0000 |
| commit | d678780e6027a653bd3af3344494ee8f2c93d22c (patch) | |
| tree | 104b3b3840b5ebffddfa7133189f3243964ec2a9 /sys/gnu | |
| parent | e38e34dbadbc1338ca58be445f79c4be6a406da8 (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 ab70b23f803f..d5ad6f22feb4 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -119,7 +119,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", "force" }; + "clusterw", "force", NULL }; /* * VFS Operations. |
