---
 ext2fs/hyper.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c
index 1bb74e53..65a2937e 100644
--- a/ext2fs/hyper.c
+++ b/ext2fs/hyper.c
@@ -199,6 +199,8 @@ diskfs_set_hypermetadata (int wait, int clean)
 
   if (sblock_dirty)
    {
+     /* Before writing, set the time of write */
+     sblock->s_wtime = htole32(diskfs_mtime->seconds);
      sblock_dirty = 0;
      memcpy (mapped_sblock, sblock, SBLOCK_SIZE);
      disk_cache_block_ref_ptr (mapped_sblock);
-- 
2.34.1


Reply via email to