From 63d36c11d1ff18b6fb770fcf455d8d8c99933a38 Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Thu, 9 Aug 2007 16:52:30 -0700 Subject: [PATCH] --- yaml --- r: 63907 b: refs/heads/master c: e0dceaf0a4b8c55076a4dbcba7ac8b05755f5cc6 h: refs/heads/master i: 63905: 61f764a97fcebb82f47209d00501064fe36324be 63903: 8056f58a55121b5e92b25de2e51aeba8dbd0aac4 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/super.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 09e109efdad6..47a13269e0c1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce17204ae633001ef41318d487282730e96b9522 +refs/heads/master: e0dceaf0a4b8c55076a4dbcba7ac8b05755f5cc6 diff --git a/trunk/fs/ocfs2/super.c b/trunk/fs/ocfs2/super.c index c3c89e26567c..f2fc9a795deb 100644 --- a/trunk/fs/ocfs2/super.c +++ b/trunk/fs/ocfs2/super.c @@ -1291,6 +1291,7 @@ static int ocfs2_initialize_super(struct super_block *sb, sb->s_fs_info = osb; sb->s_op = &ocfs2_sops; sb->s_export_op = &ocfs2_export_ops; + sb->s_time_gran = 1; sb->s_flags |= MS_NOATIME; /* this is needed to support O_LARGEFILE */ cbits = le32_to_cpu(di->id2.i_super.s_clustersize_bits);