Rewrite the kernel hashtable struct
This commit is contained in:
@ -42,8 +42,9 @@ typedef struct VfsObj {
|
||||
} VfsObj;
|
||||
|
||||
typedef struct VfsMountPoint {
|
||||
bool taken;
|
||||
uint8_t label[VFS_MOUNTPOINT_LABEL_MAX];
|
||||
int _hshtbstate;
|
||||
char label[VFS_MOUNTPOINT_LABEL_MAX];
|
||||
|
||||
int32_t fstype;
|
||||
StoreDev *backingsd;
|
||||
|
||||
|
Reference in New Issue
Block a user