Changeset 12bdc942 in mainline
- Timestamp:
- 2009-09-25T11:32:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2e37308, 3a8faba
- Parents:
- 073f550
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r073f550 r12bdc942 796 796 return EOK; 797 797 } 798 rc = block_put(b);799 /* expect EOK as b was not dirty */800 assert(rc == EOK);801 fibril_mutex_unlock(&nodep->idx->lock);802 *has_children = true;803 return EOK;804 798 } 805 799 rc = block_put(b);
Note:
See TracChangeset
for help on using the changeset viewer.