Remove VFS object reference counting
This commit is contained in:
@ -39,7 +39,6 @@ typedef struct VfsStat {
|
||||
|
||||
typedef struct VfsObj {
|
||||
SpinLock spinlock;
|
||||
int32_t refs;
|
||||
void *extra;
|
||||
size_t extrasize;
|
||||
struct VfsMountPoint *vmp;
|
||||
|
Reference in New Issue
Block a user