]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/freevxfs/vxfs_super.c
Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / fs / freevxfs / vxfs_super.c
index a89f68c3cbed7b279702fa58876c5200cabc2d72..578a5062706ee9db9aaa43005276ccefd0680cbc 100644 (file)
@@ -229,6 +229,8 @@ static int vxfs_fill_super(struct super_block *sbp, void *dp, int silent)
 
        sbp->s_op = &vxfs_super_ops;
        sbp->s_fs_info = infp;
+       sbp->s_time_min = 0;
+       sbp->s_time_max = U32_MAX;
 
        if (!vxfs_try_sb_magic(sbp, silent, 1,
                        (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) {