bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 10/17] ext2fs: set the writing time in the superblock


From: Etienne Brateau
Subject: [PATCH 10/17] ext2fs: set the writing time in the superblock
Date: Sun, 23 Jan 2022 05:17:08 +0100

---
 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

[Prev in Thread] Current Thread [Next in Thread]