diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 12:04:55 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-25 12:04:55 -0400 |
commit | 1d58b27b8d77ecb816cfa8f846b78c845675eb89 (patch) | |
tree | 7c10e4182f87d00511aeb1d0583e3c09eeb807de /fs/ntfs/ChangeLog | |
parent | 3bd1f4a173a3445f9919c21e775de2d8b9deacf8 (diff) |
NTFS: Change the runlist terminator of the newly allocated cluster(s) to
LCN_ENOENT in ntfs_attr_make_non_resident(). Otherwise the runlist
code gets confused.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
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 a916c8b0697a..aff749db314c 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -132,6 +132,9 @@ ToDo/Notes: | |||
132 | with a 64-bit variable and a int, i.e. 32-bit, constant. This causes | 132 | with a 64-bit variable and a int, i.e. 32-bit, constant. This causes |
133 | the higher order 32-bits of the 64-bit variable to be zeroed. To fix | 133 | the higher order 32-bits of the 64-bit variable to be zeroed. To fix |
134 | this cast the 'const' to the same 64-bit type as 'var'. | 134 | this cast the 'const' to the same 64-bit type as 'var'. |
135 | - Change the runlist terminator of the newly allocated cluster(s) to | ||
136 | LCN_ENOENT in ntfs_attr_make_non_resident(). Otherwise the runlist | ||
137 | code gets confused. | ||
135 | 138 | ||
136 | 2.1.22 - Many bug and race fixes and error handling improvements. | 139 | 2.1.22 - Many bug and race fixes and error handling improvements. |
137 | 140 | ||