Changeset eb40d86 in mainline for uspace/srv/fs/mfs/mfs_ops.c
- Timestamp:
- 2013-09-13T15:57:46Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd7dbbb
- Parents:
- 1eaa3cf (diff), cc8044e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
r1eaa3cf reb40d86 1201 1201 *count = sbi->nfree_zones; 1202 1202 1203 return EOK;1203 return rc; 1204 1204 } 1205 1205
Note:
See TracChangeset
for help on using the changeset viewer.