Changeset f5c03a8 in mainline for uspace/lib/ext4/libext4_filesystem.c
- Timestamp:
- 2015-04-04T12:37:14Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 43523b1
- Parents:
- 356e6882
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_filesystem.c
r356e6882 rf5c03a8 845 845 846 846 rc = block_put(subblock); 847 if (rc != EOK) 847 if (rc != EOK) { 848 block_put(block); 848 849 return rc; 850 } 849 851 } 850 852
Note:
See TracChangeset
for help on using the changeset viewer.