remount: add tool that applies /etc/fstab mount options to all api mounts

This commit is contained in:
Lennart Poettering
2010-08-20 03:26:15 +02:00
parent 11ce342724
commit 449ddb2d23
11 changed files with 199 additions and 13 deletions

View File

@@ -38,12 +38,7 @@ void set_free(Set* s) {
}
void set_free_free(Set *s) {
void *p;
while ((p = set_steal_first(s)))
free(p);
set_free(s);
hashmap_free_free(MAKE_HASHMAP(s));
}
int set_ensure_allocated(Set **s, hash_func_t hash_func, compare_func_t compare_func) {