]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/super.c
Merge branch 'limits' of https://github.com/deepa-hub/vfs into y2038
[linux.git] / fs / super.c
index 5960578a40760a26bc0ecd88e28177ce748f4380..3e232e8c51b926e90d1a764f093f5e0ac0da3c82 100644 (file)
@@ -257,6 +257,8 @@ static struct super_block *alloc_super(struct file_system_type *type, int flags,
        s->s_maxbytes = MAX_NON_LFS;
        s->s_op = &default_op;
        s->s_time_gran = 1000000000;
+       s->s_time_min = TIME64_MIN;
+       s->s_time_max = TIME64_MAX;
        s->cleancache_poolid = CLEANCACHE_NO_POOL;
 
        s->s_shrink.seeks = DEFAULT_SEEKS;