diff options
-rw-r--r-- | fs/nilfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 414ef68931cf..39b28cf3cf8e 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -884,7 +884,6 @@ static int nilfs_remount(struct super_block *sb, int *flags, char *data) | |||
884 | if (!(sbp->s_state & le16_to_cpu(NILFS_VALID_FS)) && | 884 | if (!(sbp->s_state & le16_to_cpu(NILFS_VALID_FS)) && |
885 | (nilfs->ns_mount_state & NILFS_VALID_FS)) | 885 | (nilfs->ns_mount_state & NILFS_VALID_FS)) |
886 | sbp->s_state = cpu_to_le16(nilfs->ns_mount_state); | 886 | sbp->s_state = cpu_to_le16(nilfs->ns_mount_state); |
887 | sbp->s_mtime = cpu_to_le64(get_seconds()); | ||
888 | nilfs_commit_super(sbi, 1); | 887 | nilfs_commit_super(sbi, 1); |
889 | up_write(&nilfs->ns_sem); | 888 | up_write(&nilfs->ns_sem); |
890 | } else { | 889 | } else { |