]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Change right headers to lznt.c
authorKari Argillander <kari.argillander@gmail.com>
Thu, 2 Sep 2021 16:15:27 +0000 (19:15 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Mon, 13 Sep 2021 16:41:45 +0000 (19:41 +0300)
commit1a2ade8cac2ab70bc1f4cae69ec637039810a6f2
tree148d30a52d5501a96e5a909994494939bd14e420
parent6583a498595bf0e78529c082231c2879dd2c8f68
fs/ntfs3: Change right headers to lznt.c

There is lot of headers which we do not need in this file. Delete them
and add what we really need. Here is list which identify why we need
this header.

<linux/kernel.h> // min()
<linux/slab.h> // kzalloc()
<linux/stddef.h> // offsetof()
<linux/string.h> // memcpy(), memset()
<linux/types.h> // u8, size_t, etc.

"debug.h" // PtrOffset()

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