Changeset 85ff862 in mainline
- Timestamp:
- 2011-09-18T21:22:03Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d6866
- Parents:
- f456ab2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
rf456ab2 r85ff862 249 249 MFS_MAX_NAME_LEN; 250 250 } 251 252 if (sbi->log2_zone_size != 0) { 253 /* In MFS, file space is allocated per zones. 254 * Zones are a collection of consecutive blocks on disk. 255 * 256 * The current MFS implementation supports only filesystems 257 * where the size of a zone is equal to the 258 * size of a block. 259 */ 260 rc = ENOTSUP; 261 goto out_error; 262 } 263 251 264 sbi->itable_off = 2 + sbi->ibmap_blocks + sbi->zbmap_blocks; 252 265
Note:
See TracChangeset
for help on using the changeset viewer.