Changes in uspace/srv/fs/mfs/mfs.h [fd7dbbb:b2c96093] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs.h
rfd7dbbb rb2c96093 44 44 #include <errno.h> 45 45 #include <assert.h> 46 #include <stdbool.h>47 46 #include "../../vfs/vfs.h" 48 47 … … 106 105 unsigned isearch; 107 106 unsigned zsearch; 108 109 /* Indicates wether if the cached number of free zones110 * is to be considered valid or not.111 */112 bool nfree_zones_valid;113 /* Cached number of free zones, used to avoid to scan114 * the whole bitmap every time the mfs_free_block_count()115 * is invoked.116 */117 unsigned nfree_zones;118 107 }; 119 108
Note:
See TracChangeset
for help on using the changeset viewer.