Changeset 9530d94 in mainline for uspace/srv/fs/minixfs/mfs_dentry.c
- Timestamp:
- 2011-07-27T21:37:38Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8d0d6d8
- Parents:
- ee257b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_dentry.c
ree257b2 r9530d94 77 77 } 78 78 79 block_put(b);79 r = block_put(b); 80 80 81 81 d_info->index = index; … … 122 122 123 123 b->dirty = true; 124 block_put(b);124 r = block_put(b); 125 125 126 126 out:
Note:
See TracChangeset
for help on using the changeset viewer.