Merge tag '9p-for-5.4' of git://github.com/martinetd/linux
[linux-2.6-block.git] / fs / 9p / vfs_super.c
index 6c5ac0a5e5392ee36f94e48e84136bb963c29df4..74df32be4c6a524f158991bfb1e6b8d0ddb341d1 100644 (file)
@@ -69,8 +69,12 @@ v9fs_fill_super(struct super_block *sb, struct v9fs_session_info *v9ses,
        if (v9fs_proto_dotl(v9ses)) {
                sb->s_op = &v9fs_super_ops_dotl;
                sb->s_xattr = v9fs_xattr_handlers;
-       } else
+       } else {
                sb->s_op = &v9fs_super_ops;
+               sb->s_time_max = U32_MAX;
+       }
+
+       sb->s_time_min = 0;
 
        ret = super_setup_bdi(sb);
        if (ret)