Daniel Pinto 0203471df1
fs/ntfs3: Fix wrong cast in xattr.c
cpu_to_be32 and be32_to_cpu respectively return and receive
__be32, change the cast to the correct types.

Fixes the following sparse warnings:
fs/ntfs3/xattr.c:811:48: sparse: sparse: incorrect type in
                         assignment (different base types)
fs/ntfs3/xattr.c:901:34: sparse: sparse: cast to restricted __be32

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Daniel Pinto <danielpinto52@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
2023-03-27 16:59:07 +04:00
..
2022-09-30 17:39:49 +03:00
2022-11-14 19:50:42 +03:00
2023-02-20 11:53:11 -08:00
2022-12-21 10:18:17 -08:00
2022-11-14 19:50:47 +03:00
2022-11-14 19:50:47 +03:00
2023-01-19 09:24:28 +01:00
2023-01-19 09:24:28 +01:00
2022-11-14 19:50:48 +03:00
2022-11-14 19:50:49 +03:00
2022-09-30 17:39:47 +03:00
2023-03-27 16:59:07 +04:00