diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-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 4129fb671d71..cdbaf5e97308 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1567,7 +1567,7 @@ static int ocfs2_show_options(struct seq_file *s, struct vfsmount *mnt) | |||
1567 | if (osb->preferred_slot != OCFS2_INVALID_SLOT) | 1567 | if (osb->preferred_slot != OCFS2_INVALID_SLOT) |
1568 | seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); | 1568 | seq_printf(s, ",preferred_slot=%d", osb->preferred_slot); |
1569 | 1569 | ||
1570 | if (osb->s_atime_quantum != OCFS2_DEFAULT_ATIME_QUANTUM) | 1570 | if (!(mnt->mnt_flags & MNT_NOATIME) && !(mnt->mnt_flags & MNT_RELATIME)) |
1571 | seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); | 1571 | seq_printf(s, ",atime_quantum=%u", osb->s_atime_quantum); |
1572 | 1572 | ||
1573 | if (osb->osb_commit_interval) | 1573 | if (osb->osb_commit_interval) |