Changeset ae7d03c in mainline for uspace/srv/fs/fat/fat_fat.c
- Timestamp:
- 2018-05-10T13:39:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_fat.c
rb277bef rae7d03c 140 140 if (((((nodep->size - 1) / BPS(bs)) / SPC(bs)) == bn / SPC(bs)) && 141 141 nodep->lastc_cached_valid) { 142 142 /* 143 143 * This is a request to read a block within the last cluster 144 144 * when fortunately we have the last cluster number cached. … … 321 321 } 322 322 /* 323 * Combining value with last byte of current sector and324 * first byte of next sector325 */323 * Combining value with last byte of current sector and 324 * first byte of next sector 325 */ 326 326 byte2 = ((uint8_t *) b1->data)[0]; 327 327
Note:
See TracChangeset
for help on using the changeset viewer.