diff options
Diffstat (limited to 'fs/ntfs/ChangeLog')
-rw-r--r-- | fs/ntfs/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog index 4af6ae6ff12b..7507a56a4921 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -92,6 +92,11 @@ ToDo/Notes: | |||
92 | non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident(). | 92 | non-resident in fs/ntfs/attrib.c::ntfs_attr_can_be_non_resident(). |
93 | - Add fs/ntfs/attrib.c::ntfs_attr_vcn_to_lcn_nolock() used by the new | 93 | - Add fs/ntfs/attrib.c::ntfs_attr_vcn_to_lcn_nolock() used by the new |
94 | write code. | 94 | write code. |
95 | - Fix bug in fs/ntfs/attrib.c::ntfs_find_vcn_nolock() where after | ||
96 | dropping the read lock and taking the write lock we were not checking | ||
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 | ||
99 | ntfs_attr_find_vcn_nolock() and update all callers. | ||
95 | 100 | ||
96 | 2.1.22 - Many bug and race fixes and error handling improvements. | 101 | 2.1.22 - Many bug and race fixes and error handling improvements. |
97 | 102 | ||