Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[linux-2.6-microblaze.git] / fs / coda / inode.c
index 321f56e..b1c70e2 100644 (file)
@@ -188,6 +188,9 @@ static int coda_fill_super(struct super_block *sb, void *data, int silent)
        sb->s_magic = CODA_SUPER_MAGIC;
        sb->s_op = &coda_super_operations;
        sb->s_d_op = &coda_dentry_operations;
+       sb->s_time_gran = 1;
+       sb->s_time_min = S64_MIN;
+       sb->s_time_max = S64_MAX;
 
        error = super_setup_bdi(sb);
        if (error)