update fs/vfs/vnode_hash.c.

This commit is contained in:
冷钦街 2021-04-20 18:26:48 +08:00 committed by Gitee
parent 9fcb67f731
commit 9bcead9a8f
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
LIST_HEAD g_vnodeHashEntrys[VNODE_HASH_BUCKETS];
uint32_t g_vnodeHashMask = VNODE_HASH_BUCKETS - 1;
uint32_t g_vnodeHashSize = VNODE_HASH_BUCKETS;
uint32_t g_curVnodeSize = 0;
static LosMux g_vnodeHashMux;