mirror of
https://github.com/Maschell/libntfs-wiiu.git
synced 2024-12-18 08:01:50 +01:00
*Speed up mount hack on dirty partitions. Only clear first 64kb of log. (thanks rodries)
This commit is contained in:
parent
ee41c26551
commit
520fc5f305
@ -729,6 +729,7 @@ int ntfs_empty_logfile(ntfs_attr *na)
|
||||
return -1;
|
||||
}
|
||||
pos += count;
|
||||
if(pos>=64*1024) break; //only clear first 64kb
|
||||
}
|
||||
|
||||
NVolSetLogFileEmpty(na->ni->vol);
|
||||
|
Loading…
Reference in New Issue
Block a user