]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Add missing header files to ntfs.h
authorKari Argillander <kari.argillander@gmail.com>
Thu, 2 Sep 2021 16:15:22 +0000 (19:15 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 13 Sep 2021 16:41:44 +0000 (19:41 +0300)
commit7854b138bf0c686d59c5691733323a7393ee6ff7
tree18d13f8fd006468d6f5f63f78b48def627883a87
parent2a252129c0f40137d5f37a0877d16f175d0486a0
fs/ntfs3: Add missing header files to ntfs.h

We do not have header files at all in this file. Add following headers
and there is also explanation which for it was added. Note that
explanation might not be complete, but it just proofs it is needed.

<linux/blkdev.h> // SECTOR_SHIFT
<linux/build_bug.h> // static_assert()
<linux/kernel.h> // cpu_to_le64, cpu_to_le32, ALIGN
<linux/stddef.h> // offsetof()
<linux/string.h> // memcmp()
<linux/types.h> //__le32, __le16

"debug.h" // PtrOffset(), Add2Ptr()

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/ntfs.h