diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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: | |||
125 | if the runlist was not mapped at all and a mapping error occured we | 125 | if the runlist was not mapped at all and a mapping error occured we |
126 | would leave the runlist locked on exit to the function so that the | 126 | would leave the runlist locked on exit to the function so that the |
127 | next access to the same file would try to take the lock and deadlock. | 127 | next access to the same file would try to take the lock and deadlock. |
128 | - Detect the case when Windows has been suspended to disk on the volume | ||
129 | to be mounted and if this is the case do not allow (re)mounting | ||
130 | read-write. This is done by parsing hiberfil.sys if present. | ||
128 | 131 | ||
129 | 2.1.22 - Many bug and race fixes and error handling improvements. | 132 | 2.1.22 - Many bug and race fixes and error handling improvements. |
130 | 133 | ||