fs/ntfs3: Disable ATTR_LIST_ENTRY size check
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 21 Dec 2023 10:59:43 +0000 (13:59 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 21 Dec 2023 11:25:40 +0000 (14:25 +0300)
commit4cdfb6e7bc9c80142d33bf1d4653a73fa678ba56
tree4a38dfc00d3279c8cf7f5f03ffc0246e5409ff8b
parent652483bfbc45137e8dce556c9ddbd4458dad4452
fs/ntfs3: Disable ATTR_LIST_ENTRY size check

The use of sizeof(struct ATTR_LIST_ENTRY) has been replaced with le_size(0)
due to alignment peculiarities on different platforms.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202312071005.g6YrbaIe-lkp@intel.com/
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/attrlist.c
fs/ntfs3/ntfs.h