Changeset 9530d94 in mainline for uspace/srv/fs/minixfs/mfs_inode.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_inode.c
ree257b2 r9530d94 243 243 244 244 b->dirty = true; 245 block_put(b);245 r = block_put(b); 246 246 247 247 ino_i->dirty = false; … … 288 288 289 289 b->dirty = true; 290 block_put(b);290 r = block_put(b); 291 291 ino_i->dirty = false; 292 292
Note:
See TracChangeset
for help on using the changeset viewer.