Skip to content

Commit

Permalink
ocfs2: Make nointr a default mount option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sunil Mushran authored and Joel Becker committed May 6, 2010
1 parent 5c80d4c commit 4b37fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4b37fcb

Please sign in to comment.