summaryrefslogtreecommitdiffstats
path: root/fs/ntfs/ChangeLog
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2005-06-25 16:31:27 +0100
committerAnton Altaparmakov <aia21@cantab.net>2005-06-25 16:31:27 +0100
commitca8fd7a0c6aa835e8014830b290cb965e85ac88e (patch)
tree504929d2a4beacb86fbc420c85f5c102f2a27fed /fs/ntfs/ChangeLog
parent9f993fe4634b39ca4404ba278053b03f360ec08a (diff)
downloadop-kernel-dev-ca8fd7a0c6aa835e8014830b290cb965e85ac88e.zip
op-kernel-dev-ca8fd7a0c6aa835e8014830b290cb965e85ac88e.tar.gz
NTFS: 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. Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r--fs/ntfs/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index 59ecca4..c089bf0 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.
OpenPOWER on IntegriCloud