Changeset 5930e3f in mainline for uspace/srv/fs/mfs/mfs_ops.c


Ignore:
Timestamp:
2013-07-09T06:06:37Z (12 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
951f32ce
Parents:
11baebb
Message:

Implement size_block function for ext4fs.
Fix typo in libfs VFS_OUT_STATFS operation.
Remove all debug code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_ops.c

    r11baebb r5930e3f  
    11491149        if (NULL == inst)
    11501150                return ENOENT;
    1151         block_size = inst->sbi->block_size;     
     1151        block_size = inst->sbi->block_size;
    11521152        return block_size;
    11531153}
Note: See TracChangeset for help on using the changeset viewer.