Ignore:
Timestamp:
Dec 6, 2019, 12:07:51 PM (4 years ago)
Author:
alain
Message:

Fix several bugs in the FATFS and in the VFS,
related to the creation of big files requiring
more than 4 Kbytes (one cluster) on device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kernel_config.h

    r651 r656  
    8484#define DEBUG_FATFS_RELEASE_INODE         0
    8585#define DEBUG_FATFS_REMOVE_DENTRY         0
     86#define DEBUG_FATFS_SCAN_DIRECTORY        0
    8687#define DEBUG_FATFS_SYNC_FAT              0
    8788#define DEBUG_FATFS_SYNC_FSINFO           0
     
    8990#define DEBUG_FATFS_UPDATE_DENTRY         0
    9091#define DEBUG_FATFS_UPDATE_IOC            0
     92
     93#define DEBUG_GRDXT_INSERT                0
    9194
    9295#define DEBUG_HAL_CONTEXT_FORK            0
     
    119122#define DEBUG_MAPPER_GET_PAGE             0
    120123#define DEBUG_MAPPER_HANDLE_MISS          0
     124#define DEBUG_MAPPER_MOVE_KERNEL          0
    121125#define DEBUG_MAPPER_MOVE_USER            0
    122 #define DEBUG_MAPPER_MOVE_KERNEL          0
    123126#define DEBUG_MAPPER_SYNC                 0
    124127
     
    243246#define DEBUG_VFS_FILE_CREATE             0
    244247#define DEBUG_VFS_GET_PATH                0
    245 #define DEBUG_VFS_INODE_CREATE            0
     248#define DEBUG_VFS_INODE_CREATE            0 
    246249#define DEBUG_VFS_INODE_LOAD_ALL          0
    247250#define DEBUG_VFS_KERNEL_MOVE             0
Note: See TracChangeset for help on using the changeset viewer.