!950 OpenHarmony开源贡献者计划2022】fix: change szie to size

Merge pull request !950 from Dream_Liu/master
This commit is contained in:
openharmony_ci 2022-08-12 02:15:42 +00:00 committed by Gitee
commit 7437408f65
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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 */