X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fext2%2Fsuper.c;h=b2050032424fe3181c386e1db7c66ad1029a58ba;hp=8e8b675ac202e74ee1b276919124463587e11f6a;hb=269c8db30cf5b60f47a44bbceaac118b986895d8;hpb=2b8120efb2d41e2aefce3b06cf3fd085f71e9021 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) cpu_to_le32(ext2_count_free_blocks(sb)); es->s_free_inodes_count = cpu_to_le32(ext2_count_free_inodes(sb)); - es->s_mtime = cpu_to_le32(get_seconds()); + es->s_wtime = cpu_to_le32(get_seconds()); ext2_sync_super(sb, es); } else { ext2_commit_super(sb, es);