]> 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)
commit6fa712efec3f713514325f2a184b9217de4fd2c0
treea38fb21876102edef8fb90119308ee844f813274
parent5b2f916069f0d1c170849cb3a18c5b12455ed69e
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