diff --git a/[refs] b/[refs] index c98ef143f3a6..a8929e1b4ea4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c80d4c9e5489d5930412add87501702fe5f93fb +refs/heads/master: 4b37fcb7d41ce3b9264b9562d6ffd62db9294bd1 diff --git a/trunk/fs/ocfs2/super.c b/trunk/fs/ocfs2/super.c index 79d7d4cf45b1..12c2203a62fe 100644 --- a/trunk/fs/ocfs2/super.c +++ b/trunk/fs/ocfs2/super.c @@ -1297,7 +1297,7 @@ static int ocfs2_parse_options(struct super_block *sb, options ? options : "(none)"); mopt->commit_interval = 0; - mopt->mount_opt = 0; + mopt->mount_opt = OCFS2_MOUNT_NOINTR; mopt->atime_quantum = OCFS2_DEFAULT_ATIME_QUANTUM; mopt->slot = OCFS2_INVALID_SLOT; mopt->localalloc_opt = -1;