Changeset e2f706e in mainline


Ignore:
Timestamp:
2013-07-17T07:37:23Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be99d30
Parents:
c84146d3
Message:

Fix total byte operation on mfs.
Thanks to Maurizio Lombardi.

File:
1 edited

Legend:

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

    rc84146d3 re2f706e  
    11651165                return ENOENT;
    11661166       
    1167         block_total = (uint64_t)inst->sbi->nzones;
     1167        block_total = (uint64_t) MFS_BMAP_SIZE_BITS(inst->sbi, BMAP_ZONE);
    11681168
    11691169        return block_total;
Note: See TracChangeset for help on using the changeset viewer.