Changeset dc6b148 in mainline
- Timestamp:
- 2011-08-28T18:46:21Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a426d1f
- Parents:
- 51d0ee9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_fat.c
r51d0ee9 rdc6b148 685 685 if (!lifo) 686 686 return ENOMEM; 687 687 688 /* 688 689 * Search FAT1 for unused clusters. … … 762 763 return rc; 763 764 } 765 764 766 firstc = nextc; 765 767 }
Note:
See TracChangeset
for help on using the changeset viewer.