Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-microblaze.git] / fs / cramfs / inode.c
index e1cf433..d12ea28 100644 (file)
@@ -599,6 +599,8 @@ static int cramfs_finalize_super(struct super_block *sb,
 
        /* Set it all up.. */
        sb->s_flags |= SB_RDONLY;
+       sb->s_time_min = 0;
+       sb->s_time_max = 0;
        sb->s_op = &cramfs_ops;
        root = get_cramfs_inode(sb, cramfs_root, 0);
        if (IS_ERR(root))