Ignore:
Timestamp:
Feb 4, 2016, 4:55:22 PM (8 years ago)
Author:
alain
Message:

Fix several bugs related to new files or directories creation:

  • The first_free_cluster computation in _fat_init has been corrected.
  • The generation of SFN 8-3 names has been modified to pass the fsck_msdos check.
  • The number of clusters occupied by a directory is now stored in the <is_dir> field of inode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_fat32/fat32_shared.h

    r772 r773  
    4949
    5050/********************************************************************************
     51  _fat_dump_block() types.
     52********************************************************************************/
     53
     54#define DUMP_BS                 0
     55#define DUMP_FS                 1
     56#define DUMP_FAT                2
     57#define DUMP_FILE               3
     58#define DUMP_DIR                4
     59
     60/********************************************************************************
    5161  Error codes map.
    5262********************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.