ext2: Set the write time in ext2_sync_fs()
authorJan Blunck <jblunck@suse.de>
Wed, 14 Apr 2010 12:38:34 +0000 (14:38 +0200)
committerJan Kara <jack@suse.cz>
Fri, 21 May 2010 17:30:38 +0000 (19:30 +0200)
commit269c8db30cf5b60f47a44bbceaac118b986895d8
treeaeae85a806e4acdc95aaab10fc1e1274ea9f102a
parent2b8120efb2d41e2aefce3b06cf3fd085f71e9021
ext2: Set the write time in ext2_sync_fs()

This is probably a typo since the write time should actually be updated by
ext2_sync_fs() instead of the mount time.

Signed-off-by: Jan Blunck <jblunck@suse.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c