diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 09:57:43 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2006-03-23 09:57:43 -0500 |
commit | 67b1dfe77a2eb2a88b37cd77b8979cbdb7695bd6 (patch) | |
tree | 95383ef7826a451dea08d58518219ce30b96880d /fs/ntfs/ChangeLog | |
parent | b4d8d1a93c6ea042b29bb66fbb1cf6bc556c18f7 (diff) |
NTFS: Fix an (innocent) off-by-one error in the runlist code.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 9d8ffa89e2c2..3d8d60be48de 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -19,6 +19,12 @@ ToDo/Notes: | |||
19 | - Enable the code for setting the NT4 compatibility flag when we start | 19 | - Enable the code for setting the NT4 compatibility flag when we start |
20 | making NTFS 1.2 specific modifications. | 20 | making NTFS 1.2 specific modifications. |
21 | 21 | ||
22 | 2.1.27 - Various bug fixes. | ||
23 | |||
24 | - Fix two compiler warnings on Alpha. Thanks to Andrew Morton for | ||
25 | reporting them. | ||
26 | - Fix an (innocent) off-by-one error in the runlist code. | ||
27 | |||
22 | 2.1.26 - Minor bug fixes and updates. | 28 | 2.1.26 - Minor bug fixes and updates. |
23 | 29 | ||
24 | - Fix a potential overflow in file.c where a cast to s64 was missing in | 30 | - Fix a potential overflow in file.c where a cast to s64 was missing in |