diff --git a/[refs] b/[refs] index de3feae9f44c..dabe64455163 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57a4bfc486727b68e4422031aeba427fb7262668 +refs/heads/master: bde4e696e4a527c3cc579ed77e4844d11ca17e12 diff --git a/trunk/fs/nilfs2/super.c b/trunk/fs/nilfs2/super.c index 414ef68931cf..39b28cf3cf8e 100644 --- a/trunk/fs/nilfs2/super.c +++ b/trunk/fs/nilfs2/super.c @@ -884,7 +884,6 @@ static int nilfs_remount(struct super_block *sb, int *flags, char *data) if (!(sbp->s_state & le16_to_cpu(NILFS_VALID_FS)) && (nilfs->ns_mount_state & NILFS_VALID_FS)) sbp->s_state = cpu_to_le16(nilfs->ns_mount_state); - sbp->s_mtime = cpu_to_le64(get_seconds()); nilfs_commit_super(sbi, 1); up_write(&nilfs->ns_sem); } else {