fix:change szie to size

Signed-off-by: Dream_Liu <lxm201x@163.com>
This commit is contained in:
Dream_Liu 2022-08-11 23:14:20 +08:00
parent ba23a26f95
commit 8099f6578d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct Mount {
LIST_HEAD vnodeList; /* list of vnodes */
int vnodeSize; /* size of vnode list */
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 */
uint32_t hashseed; /* Random seed for vfshash */
unsigned long mountFlags; /* Flags for mount */