aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
diff options
context:
space:
mode:
authorSunil Mushran <sunil.mushran@oracle.com>2010-04-13 21:00:31 -0400
committerJoel Becker <joel.becker@oracle.com>2010-05-05 21:18:08 -0400
commit4b37fcb7d41ce3b9264b9562d6ffd62db9294bd1 (patch)
tree0a171c2d8882fa64a5391f8725e2c3b4382b2d59 /fs/ocfs2/super.c
parent5c80d4c9e5489d5930412add87501702fe5f93fb (diff)
ocfs2: Make nointr a default mount option
OCFS2 has never really supported intr. This patch acknowledges this reality and makes nointr the default mount option. In a later patch, we intend to support intr. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r--fs/ocfs2/super.c2
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;