1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -05:00

corrected the settings of some time fields

This commit is contained in:
Bo Branten
2024-09-04 00:38:08 +02:00
parent e8d280f7f2
commit f5e57d52cb

View File

@@ -2033,7 +2033,8 @@ Ext2RemoveEntry (
if (!inode->i_nlink)
ext3_orphan_add(handle, inode);
*/
inode->i_ctime = dir->i_ctime = dir->i_mtime = ext3_current_time(dir);
dir->i_ctime = dir->i_mtime = ext3_current_time(dir);
inode->i_ctime = inode->i_mtime = ext3_current_time(inode);
ext3_dec_count(inode);
ext3_mark_inode_dirty(IrpContext, inode);