Changeset fd7dbbb in mainline


Ignore:
Timestamp:
2013-09-13T16:01:14Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2663d8
Parents:
eb40d86
Message:

mfs: add some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs.h

    reb40d86 rfd7dbbb  
    107107        unsigned zsearch;
    108108
     109        /* Indicates wether if the cached number of free zones
     110         * is to be considered valid or not.
     111         */
    109112        bool nfree_zones_valid;
     113        /* Cached number of free zones, used to avoid to scan
     114         * the whole bitmap every time the mfs_free_block_count()
     115         * is invoked.
     116         */
    110117        unsigned nfree_zones;
    111118};
Note: See TracChangeset for help on using the changeset viewer.