diff --git a/[refs] b/[refs] index fd6d7cea93dc..a99b93fe9388 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f856e8bdcf5936c9c13cb251dae770e6eeb06b6 +refs/heads/master: cfd95a9cf58cd9e92d4c23b5ee20b07a3d121477 diff --git a/trunk/mm/shmem.c b/trunk/mm/shmem.c index 4c5e68e4e9ae..73f7a9dfcd37 100644 --- a/trunk/mm/shmem.c +++ b/trunk/mm/shmem.c @@ -2102,6 +2102,7 @@ static int shmem_fill_super(struct super_block *sb, sb->s_blocksize_bits = PAGE_CACHE_SHIFT; sb->s_magic = TMPFS_MAGIC; sb->s_op = &shmem_ops; + sb->s_time_gran = 1; inode = shmem_get_inode(sb, S_IFDIR | mode, 0); if (!inode)