fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
authorKari Argillander <kari.argillander@gmail.com>
Tue, 24 Aug 2021 18:20:20 +0000 (21:20 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 31 Aug 2021 16:07:11 +0000 (19:07 +0300)
commita97131c29c997e81b6fa1d1adf8f3ca07b63a2e1
treea38fb21876102edef8fb90119308ee844f813274
parente8b8e97f91b80f08a2f1b7ea4f81e7af61b2cc2f
fs/ntfs3: Remove fat ioctl's from ntfs3 driver for now

For some reason we have FAT ioctl calls. Even old ntfs driver did not
use these. We should not use these because it his hard to get things out
of kernel when they are upstream. That's why we remove these for now.

More discussion is needed what ioctl should be implemented and what is
important.

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