bitset: Rename bitset_mapping to bitset

This commit is contained in:
nick
2013-09-23 16:58:40 +01:00
parent 0f0697a0aa
commit f4793c7059
6 changed files with 39 additions and 43 deletions

View File

@@ -13,7 +13,7 @@
#include "ioutil.h"
int build_allocation_map(struct bitset_mapping* allocation_map, int fd)
int build_allocation_map(struct bitset * allocation_map, int fd)
{
/* break blocking ioctls down */
const unsigned long max_length = 100*1024*1024;