!950 OpenHarmony开源贡献者计划2022】fix: change szie to size
Merge pull request !950 from Dream_Liu/master
This commit is contained in:
commit
7437408f65
|
@ -49,7 +49,7 @@ struct Mount {
|
||||||
LIST_HEAD vnodeList; /* list of vnodes */
|
LIST_HEAD vnodeList; /* list of vnodes */
|
||||||
int vnodeSize; /* size of vnode list */
|
int vnodeSize; /* size of vnode list */
|
||||||
LIST_HEAD activeVnodeList; /* list of active vnodes */
|
LIST_HEAD activeVnodeList; /* list of active vnodes */
|
||||||
int activeVnodeSize; /* szie of active vnodes list */
|
int activeVnodeSize; /* size of active vnodes list */
|
||||||
void *data; /* private data */
|
void *data; /* private data */
|
||||||
uint32_t hashseed; /* Random seed for vfshash */
|
uint32_t hashseed; /* Random seed for vfshash */
|
||||||
unsigned long mountFlags; /* Flags for mount */
|
unsigned long mountFlags; /* Flags for mount */
|
||||||
|
|
Loading…
Reference in New Issue