NTFS: Detect the case when Windows has been suspended to disk on the volume
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ntfs / ChangeLog
index 59ecca4297bb88677e0d50e4c282d732af68ae22..c089bf0c02ac351f720d808e84378ceca494006e 100644 (file)
@@ -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.