commit | fc0fa7dc7d243afabdb3fb6a11d59a944a9c91f8 | [log] [tgz] |
---|---|---|
author | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 04 14:36:56 2005 +0100 |
committer | Anton Altaparmakov <aia21@cantab.net> | Tue Oct 04 14:36:56 2005 +0100 |
tree | 67f28282e658eba6ed0daac0553a77f8352c21bc | |
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>