@ -13,12 +13,6 @@
#include "path.h"
#include "tree.h"
struct mufs_dir {
struct mufs *fs;
struct mufs_tree *tree;
uint32_t va;
};
char *mufs_abspath(const char *path)
{
char *s, *p, *next, *prev;
@ -1,5 +1,11 @@
#pragma once
struct mufs_dtree {
uint32_t file_size;
uint32_t root;