Changeset b713492b in mainline
- Timestamp:
- 2009-08-12T18:22:36Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f116e7
- Parents:
- 00a9625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r00a9625 rb713492b 462 462 * We need to grow the parent in order to create a new unused dentry. 463 463 */ 464 if (parentp-> idx->pfc == FAT_CLST_ROOT) {464 if (parentp->firstc == FAT_CLST_ROOT) { 465 465 /* Can't grow the root directory. */ 466 466 fibril_mutex_unlock(&parentp->idx->lock);
Note:
See TracChangeset
for help on using the changeset viewer.