Files
serenity/Kernel/FileSystem/FATFS/Inode.cpp
implicitfield b4d16ff640 Kernel/FATFS: Don't confuse the root directory with clusterless entries
7fa12df7 overlooked the fact that we use `first_cluster == 0` to
represent root directories in addition to clusterless entries. This
patch makes compute_cluster_list return a cluster list that actually
contains cluster #0 if we're dealing with the root directory (like it
used to), but retains the new behavior for all other entries.
2025-05-24 17:43:50 -04:00

40 KiB