fix:change szie to size
Signed-off-by: Dream_Liu <lxm201x@163.com>
This commit is contained in:
parent
ba23a26f95
commit
8099f6578d
|
@ -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