mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
corrected the settings of some time fields
This commit is contained in:
@@ -2033,7 +2033,8 @@ Ext2RemoveEntry (
|
|||||||
if (!inode->i_nlink)
|
if (!inode->i_nlink)
|
||||||
ext3_orphan_add(handle, inode);
|
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_dec_count(inode);
|
||||||
ext3_mark_inode_dirty(IrpContext, inode);
|
ext3_mark_inode_dirty(IrpContext, inode);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user