Remove useless path fiels in VfsObj
This commit is contained in:
@ -34,7 +34,6 @@ typedef struct VfsObj {
|
||||
void *extra;
|
||||
size_t extrasize;
|
||||
struct VfsMountPoint *vmp;
|
||||
char path[VFS_PATH_MAX];
|
||||
int32_t flags;
|
||||
int32_t (*read)(struct VfsObj *vobj, uint8_t *const buffer, size_t n, size_t off);
|
||||
int32_t (*write)(struct VfsObj *vobj, const uint8_t *const buffer, size_t n, size_t off);
|
||||
|
||||
Reference in New Issue
Block a user