diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-09 10:18:43 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:23:20 -0400 |
commit | 43b01fda8b17b2b63e7dcdeed11c2ebba56b1fc9 (patch) | |
tree | fd925e409efa2787469689180afa78152947c4a0 /fs/ntfs/ChangeLog | |
parent | 2bfb4fff3e9731ecfe745881e53cfb2e646c47bb (diff) |
NTFS: Fix sign of various error return values to be negative in
fs/ntfs/lcnalloc.c.
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 71680a92b4d6..e0b4adf5adce 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -98,6 +98,8 @@ ToDo/Notes: | |||
98 | - Rename fs/ntfs/attrib.c::ntfs_find_vcn_nolock() to | 98 | - Rename fs/ntfs/attrib.c::ntfs_find_vcn_nolock() to |
99 | ntfs_attr_find_vcn_nolock() and update all callers. | 99 | ntfs_attr_find_vcn_nolock() and update all callers. |
100 | - Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). | 100 | - Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident(). |
101 | - Fix sign of various error return values to be negative in | ||
102 | fs/ntfs/lcnalloc.c. | ||
101 | 103 | ||
102 | 2.1.22 - Many bug and race fixes and error handling improvements. | 104 | 2.1.22 - Many bug and race fixes and error handling improvements. |
103 | 105 | ||