Changeset e2f706e in mainline
- Timestamp:
- 2013-07-17T07:37:23Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- be99d30
- Parents:
- c84146d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
rc84146d3 re2f706e 1165 1165 return ENOENT; 1166 1166 1167 block_total = (uint64_t) inst->sbi->nzones;1167 block_total = (uint64_t) MFS_BMAP_SIZE_BITS(inst->sbi, BMAP_ZONE); 1168 1168 1169 1169 return block_total;
Note:
See TracChangeset
for help on using the changeset viewer.