Ignore:
File:
1 edited

Legend:

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

    rfd7dbbb rb2c96093  
    4444#include <errno.h>
    4545#include <assert.h>
    46 #include <stdbool.h>
    4746#include "../../vfs/vfs.h"
    4847
     
    106105        unsigned isearch;
    107106        unsigned zsearch;
    108 
    109         /* Indicates wether if the cached number of free zones
    110          * is to be considered valid or not.
    111          */
    112         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          */
    117         unsigned nfree_zones;
    118107};
    119108
Note: See TracChangeset for help on using the changeset viewer.