bitset: Rename bitset_mapping to bitset
This commit is contained in:
@@ -73,7 +73,7 @@ struct server {
|
||||
* blocks can never become unallocated again, as is the case with ext3
|
||||
* at least).
|
||||
*/
|
||||
struct bitset_mapping* allocation_map;
|
||||
struct bitset * allocation_map;
|
||||
/* when starting up, this thread builds the allocation_map */
|
||||
pthread_t allocation_map_builder_thread;
|
||||
/* when the thread has finished, it sets this to 1 */
|
||||
|
Reference in New Issue
Block a user