diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-03-09 10:15:06 -0500 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 06:22:07 -0400 |
commit | 2bfb4fff3e9731ecfe745881e53cfb2e646c47bb (patch) | |
tree | a607df8a7d0532803584dab19bf13b69acbb668d /fs/ntfs/ChangeLog | |
parent | c0c1cc0e46b36347f11b566f99087dc5e6fc1b89 (diff) |
NTFS: Add fs/ntfs/attrib.[hc]::ntfs_attr_make_non_resident().
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 7507a56a4921..71680a92b4d6 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -97,6 +97,7 @@ ToDo/Notes: | |||
97 | whether someone else did not already do the work we wanted to do. | 97 | whether someone else did not already do the work we wanted to do. |
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 | 101 | ||
101 | 2.1.22 - Many bug and race fixes and error handling improvements. | 102 | 2.1.22 - Many bug and race fixes and error handling improvements. |
102 | 103 | ||