nuttx/fs/fat
Takeyoshi Kikuchi 716a95934d fs: fat: fs_fat32: fix default return value of fat_ioctl().
When issuing an ioctl for a file that exists in a FAT32 file system,
the FAT ioctl() is first executed, but it returns -ENOSYS in
an attempt to pass through to the vfs.

Therefore, the ioctl of the VFS layer, which expects -ENOTTY,
is not processed and an error occurs.

Signed-off-by: Takeyoshi Kikuchi <kikuchi@centurysys.co.jp>
2024-02-20 04:08:26 -08:00
..
CMakeLists.txt
fs_fat32.c fs: fat: fs_fat32: fix default return value of fat_ioctl(). 2024-02-20 04:08:26 -08:00
fs_fat32.h
fs_fat32attrib.c
fs_fat32dirent.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00
fs_fat32util.c docs/fs/vfat: Improve VFAT documentation 2024-02-05 03:43:41 -08:00
Kconfig
Make.defs