summaryrefslogtreecommitdiff
path: root/fs/ntfs3/bitmap.c
diff options
context:
space:
mode:
authorThomas Kühnel <thomas.kuehnel@avm.de>2021-12-07 13:24:53 +0300
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2022-11-14 19:50:40 +0300
commit90c1cd540cc81023c5826891f3793ea159c4562e (patch)
treef27f479ac2ff3aabfe50a7a351bbeb045f984ed1 /fs/ntfs3/bitmap.c
parentecfbd57cf9c5ca225184ae266ce44ae473792132 (diff)
downloadlinux-90c1cd540cc81023c5826891f3793ea159c4562e.tar.xz
fs/ntfs3: Fix endian conversion in ni_fname_name
ni_fname_name called ntfs_cmp_names_cpu which assumes that the first string is in CPU byte order and the second one in little endian. In this case both strings are little endian so ntfs_cmp_names is the correct function to call. Signed-off-by: Thomas Kühnel <thomas.kuehnel@avm.de> Reviewed-by: Nicolas Schier <n.schier@avm.de> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/bitmap.c')
0 files changed, 0 insertions, 0 deletions