Description:vfs refactoring

Feature or Bugfix:Feature
Binary Source:Huawei
PrivateCode(Yes/No):Yes

Change-Id: I175d2648bc6f9078c34de2c0a5c93fda10b86c47
ChangeID:13306388
This commit is contained in:
wangchenyang
2021-01-14 16:50:10 +08:00
committed by mamingshuai
parent eb474b86bb
commit d970750808
78 changed files with 5341 additions and 4165 deletions

View File

@@ -42,6 +42,7 @@
#include "los_oom.h"
#include "los_vm_dump.h"
#include "los_process_pri.h"
#include "fs/path_cache.h"
#ifdef __cplusplus
#if __cplusplus
@@ -186,6 +187,8 @@ LITE_OS_SEC_TEXT_MINOR UINT32 OsShellCmdDumpPmm(VOID)
{
OsVmPhysDump();
PathCacheMemoryDump();
VnodeMemoryDump();
return OS_ERROR;
}