fs/ntfs3: Use _le variants of bitops functions
authorThomas Kühnel <thomas.kuehnel@avm.de>
Tue, 7 Dec 2021 10:24:55 +0000 (11:24 +0100)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 14 Nov 2022 16:50:41 +0000 (19:50 +0300)
commit095d8ce635c116bb7813d865adfbccde8094d920
tree3cb9cd59c7bf871084e2bd2fd9fd5d56e62f5621
parent88a8d0d2482f60596eec875ba5ba62901d8274ff
fs/ntfs3: Use _le variants of bitops functions

The functions from bitops.h already have _le variants so use them to
prevent invalid reads/writes of the bitmap on big endian systems.

Signed-off-by: Thomas Kühnel <thomas.kuehnel@avm.de>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/bitmap.c
fs/ntfs3/fsntfs.c
fs/ntfs3/index.c