!165 【轻量级 PR】:update fs/vfs/vnode_hash.c.

Merge pull request !165 from 冷钦街/N/A
This commit is contained in:
openharmony_ci 2021-04-21 08:37:54 +08:00 committed by Gitee
commit 6ee33eb893
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;