diff --git a/[refs] b/[refs] index b357b892084f..30e7380e0a46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4273b793ec68753cc3fcf5be7cbfd88c2be2058d +refs/heads/master: 0a2da9b2ef2ef76c09397597f260245b020e6522 diff --git a/trunk/fs/fuse/inode.c b/trunk/fs/fuse/inode.c index 64cf8d07393e..c9a0c972a4b2 100644 --- a/trunk/fs/fuse/inode.c +++ b/trunk/fs/fuse/inode.c @@ -947,6 +947,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) sb->s_magic = FUSE_SUPER_MAGIC; sb->s_op = &fuse_super_operations; sb->s_maxbytes = MAX_LFS_FILESIZE; + sb->s_time_gran = 1; sb->s_export_op = &fuse_export_operations; file = fget(d.fd);