mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-24 02:25:02 +08:00
metadata cloning: wipe metadata timestamps too
This commit is contained in:
parent
da654b4207
commit
caa0bf5c4b
@ -717,9 +717,6 @@ static void wipe_timestamps(ntfs_walk_clusters_ctx *image)
|
||||
{
|
||||
ATTR_RECORD *a = image->ctx->attr;
|
||||
|
||||
if (image->ni->mft_no <= LAST_METADATA_INODE)
|
||||
return;
|
||||
|
||||
if (a->type == AT_FILE_NAME)
|
||||
WIPE_TIMESTAMPS(FILE_NAME_ATTR, a);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user