fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 15 May 2024 21:41:02 +0000 (00:41 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 7 Jun 2024 11:31:05 +0000 (14:31 +0300)
commit487f8d482a7e51a640b8f955a398f906a4f83951
treea818886047b83ccd7c0f340eebf213c3a0ed8d5f
parent34abb4f6fd29ec70b8c7ff33c0721cd3eb1c7a20
fs/ntfs3: Merge synonym COMPRESSION_UNIT and NTFS_LZNT_CUNIT

COMPRESSION_UNIT and NTFS_LZNT_CUNIT mean the same thing
(1u<<NTFS_LZNT_CUNIT) determines the size for compression (in clusters).

COMPRESS_MAX_CLUSTER is not used in the code.

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/attrib.c
fs/ntfs3/frecord.c
fs/ntfs3/fslog.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs.h