diff options
-rw-r--r-- | fs/ocfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 79d7d4cf45b1..12c2203a62fe 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1297,7 +1297,7 @@ static int ocfs2_parse_options(struct super_block *sb, | |||
1297 | options ? options : "(none)"); | 1297 | options ? options : "(none)"); |
1298 | 1298 | ||
1299 | mopt->commit_interval = 0; | 1299 | mopt->commit_interval = 0; |
1300 | mopt->mount_opt = 0; | 1300 | mopt->mount_opt = OCFS2_MOUNT_NOINTR; |
1301 | mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM; | 1301 | mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM; |
1302 | mopt->slot = OCFS2_INVALID_SLOT; | 1302 | mopt->slot = OCFS2_INVALID_SLOT; |
1303 | mopt->localalloc_opt = -1; | 1303 | mopt->localalloc_opt = -1; |