fs: Fill in max and min timestamps in superblock
[linux-block.git] / fs / squashfs / super.c
index effa638d6d85b8fe1331f85605cc2fe753ad3517..a9e9837617a9fd7399e5e21d9c1dca9d77c8b005 100644 (file)
@@ -183,6 +183,8 @@ static int squashfs_fill_super(struct super_block *sb, void *data, int silent)
                (u64) le64_to_cpu(sblk->id_table_start));
 
        sb->s_maxbytes = MAX_LFS_FILESIZE;
+       sb->s_time_min = 0;
+       sb->s_time_max = U32_MAX;
        sb->s_flags |= SB_RDONLY;
        sb->s_op = &squashfs_super_ops;