]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/befs/linuxvfs.c
Linux 5.6-rc7
[linux.git] / fs / befs / linuxvfs.c
index 462d096ff3e976c2dfaa9c6846fc72189c98a197..64cdf4d8e424513607a7401672b3b0d92d0813c0 100644 (file)
@@ -893,6 +893,8 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
        sb_set_blocksize(sb, (ulong) befs_sb->block_size);
        sb->s_op = &befs_sops;
        sb->s_export_op = &befs_export_operations;
+       sb->s_time_min = 0;
+       sb->s_time_max = 0xffffffffffffll;
        root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir)));
        if (IS_ERR(root)) {
                ret = PTR_ERR(root);