Changeset 621 for soft/giet_vm
- Timestamp:
- Jul 16, 2015, 3:29:10 PM (10 years ago)
- File:
- 
          - 1 edited
 
 - 
          soft/giet_vm/giet_fat32/fat32.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/giet_fat32/fat32.cr620 r621 3773 3773 if ( code == 0 ) // new_path inode already exist 3774 3774 { 3775 if ( inode == old ) // the file will replace itself, do nothing 3776 { 3777 _spin_lock_release( &_fat.fat_lock ); 3778 return 0; 3779 } 3780 3775 3781 to_remove = inode; 3776 new_parent = inode->parent; 3782 new_parent = inode->parent; 3777 3783 } 3778 3784 else if ( code == 1 ) // to_remove does not exist but parent exist 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
