diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 09:36:56 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-10-04 09:36:56 -0400 |
commit | fc0fa7dc7d243afabdb3fb6a11d59a944a9c91f8 (patch) | |
tree | 67f28282e658eba6ed0daac0553a77f8352c21bc /fs/ntfs/ChangeLog | |
parent | 511bea5ea2b2b330e67c9e58ffb5027caebf9052 (diff) |
NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter
specifying whether the cluster are being allocated to extend an
attribute or to fill a hole.
- Change ntfs_attr_make_non_resident() to call ntfs_cluster_alloc()
with @is_extension set to TRUE and remove the runlist terminator
fixup code as this is now done by ntfs_cluster_alloc().
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 6e4f44eed6fa..aad2a3f2d1f8 100644 --- a/fs/ntfs/ChangeLog +++ b/fs/ntfs/ChangeLog | |||
@@ -31,6 +31,12 @@ ToDo/Notes: | |||
31 | - Fix potential deadlock in ntfs_mft_data_extend_allocation_nolock() | 31 | - Fix potential deadlock in ntfs_mft_data_extend_allocation_nolock() |
32 | error handling by passing in the active search context when calling | 32 | error handling by passing in the active search context when calling |
33 | ntfs_cluster_free(). | 33 | ntfs_cluster_free(). |
34 | - Change ntfs_cluster_alloc() to take an extra boolean parameter | ||
35 | specifying whether the cluster are being allocated to extend an | ||
36 | attribute or to fill a hole. | ||
37 | - Change ntfs_attr_make_non_resident() to call ntfs_cluster_alloc() | ||
38 | with @is_extension set to TRUE and remove the runlist terminator | ||
39 | fixup code as this is now done by ntfs_cluster_alloc(). | ||
34 | 40 | ||
35 | 2.1.24 - Lots of bug fixes and support more clean journal states. | 41 | 2.1.24 - Lots of bug fixes and support more clean journal states. |
36 | 42 | ||