X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fntfs%2FChangeLog;h=c089bf0c02ac351f720d808e84378ceca494006e;hb=ca8fd7a0c6aa835e8014830b290cb965e85ac88e;hp=59ecca4297bb88677e0d50e4c282d732af68ae22;hpb=9f993fe4634b39ca4404ba278053b03f360ec08a;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 59ecca4297bb..c089bf0c02ac 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog @@ -125,6 +125,9 @@ ToDo/Notes: if the runlist was not mapped at all and a mapping error occured we would leave the runlist locked on exit to the function so that the next access to the same file would try to take the lock and deadlock. + - Detect the case when Windows has been suspended to disk on the volume + to be mounted and if this is the case do not allow (re)mounting + read-write. This is done by parsing hiberfil.sys if present. 2.1.22 - Many bug and race fixes and error handling improvements.