]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit931462e9857685c9d325920d2d8991164f76c98f
treea38fb21876102edef8fb90119308ee844f813274
parente7bfcf79e2ade856d9cb40e25895d92bd83c2682
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