NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter
authorAnton Altaparmakov <aia21@cantab.net>
Tue, 4 Oct 2005 13:36:56 +0000 (14:36 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Tue, 4 Oct 2005 13:36:56 +0000 (14:36 +0100)
commitfc0fa7dc7d243afabdb3fb6a11d59a944a9c91f8
tree67f28282e658eba6ed0daac0553a77f8352c21bc
parent511bea5ea2b2b330e67c9e58ffb5027caebf9052
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>
fs/ntfs/ChangeLog
fs/ntfs/attrib.c
fs/ntfs/lcnalloc.c
fs/ntfs/lcnalloc.h
fs/ntfs/mft.c