Changeset 5930e3f in mainline for uspace/srv/fs/mfs/mfs_ops.c
- Timestamp:
- 2013-07-09T06:06:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 951f32ce
- Parents:
- 11baebb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_ops.c
r11baebb r5930e3f 1149 1149 if (NULL == inst) 1150 1150 return ENOENT; 1151 block_size = inst->sbi->block_size; 1151 block_size = inst->sbi->block_size; 1152 1152 return block_size; 1153 1153 }
Note:
See TracChangeset
for help on using the changeset viewer.