walnux/fs/fat
Saurav Pal d79e5a4932 fs/vfat: Fix typo in the macro DIRSEC_BYTENDX
The DIRSEC_BYTENDX(f, i) is supposed to have DIRSEC_NDXMASK(f) in its expansion instead of DIRSEC_NDXMASK(fs). It went unnoticed in the codebase as DIRSEC_BYTENDX(fs, idx) is the way it is used, and it leads to a similar expansion as desired, and thus it has worked till now without any issues from this.

Signed-off-by: Saurav Pal <resyfer.dev@gmail.com>
2024-02-03 12:46:08 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
fs_fat32.c fs: procfs add poll support 2023-12-26 19:23:13 -08:00
fs_fat32.h fs/vfat: Fix typo in the macro DIRSEC_BYTENDX 2024-02-03 12:46:08 -03:00
fs_fat32attrib.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
fs_fat32dirent.c nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
fs_fat32util.c fs/fat: Fix number of data clusters usable for fat driver 2023-12-22 11:09:12 +01:00
Kconfig Kconfig: Simplify the conditional default statement 2023-07-16 14:39:20 -03:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00