Changeset 52ee8b7a in mainline
- Timestamp:
- 2011-06-11T19:23:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a819535
- Parents:
- cefd3ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_directory.c
rcefd3ec r52ee8b7a 87 87 if (!di->b) { 88 88 rc = fat_block_get(&di->b, di->bs, di->nodep, i, BLOCK_FLAGS_NONE); 89 if (rc != EOK) 89 if (rc != EOK) { 90 di->b = NULL: 90 91 return rc; 92 } 93 di->bnum = i; 91 94 } 92 95 aoff64_t o = di->pos % (BPS(di->bs) / sizeof(fat_dentry_t));
Note:
See TracChangeset
for help on using the changeset viewer.