From: Anton Altaparmakov Date: Tue, 4 Oct 2005 13:36:56 +0000 (+0100) Subject: NTFS: - Change ntfs_cluster_alloc() to take an extra boolean parameter X-Git-Tag: v2.6.15-rc1~59^2~4^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0fa7dc7d243afabdb3fb6a11d59a944a9c91f8;p=pandora-kernel.git 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 --- Reading git-diff-tree failed