diff options
-rw-r--r-- | fs/ext2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 8e8b675ac202..b2050032424f 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -1172,7 +1172,7 @@ static int ext2_sync_fs(struct super_block *sb, int wait) | |||
1172 | cpu_to_le32(ext2_count_free_blocks(sb)); | 1172 | cpu_to_le32(ext2_count_free_blocks(sb)); |
1173 | es->s_free_inodes_count = | 1173 | es->s_free_inodes_count = |
1174 | cpu_to_le32(ext2_count_free_inodes(sb)); | 1174 | cpu_to_le32(ext2_count_free_inodes(sb)); |
1175 | es->s_mtime = cpu_to_le32(get_seconds()); | 1175 | es->s_wtime = cpu_to_le32(get_seconds()); |
1176 | ext2_sync_super(sb, es); | 1176 | ext2_sync_super(sb, es); |
1177 | } else { | 1177 | } else { |
1178 | ext2_commit_super(sb, es); | 1178 | ext2_commit_super(sb, es); |