openharmony_kernel_liteos_a/fs/vfs
Leon Chan e4a06623ce fix: change the execFile field in TCB to execVnode
TEE需要借用TCB中的execFile来校验打开的文件,pagecache修改后,可执行程序在mmap之后,会被立即关闭,因此将execFile改为execVnode

close: #I4CLL9

Signed-off-by: Leon Chan <chenwei26@huawei.com>
2021-09-30 14:33:36 +08:00
..
bcache refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
include feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
operation !534 pagecache从filep改为使用vnode 2021-09-15 03:51:50 +00:00
vfs_cmd feat: add sync() to vfs 2021-09-08 15:41:52 +08:00
BUILD.gn feat: page cache backed by vnode instead of filep 2021-09-14 15:31:33 +08:00
Kconfig refactor: 内核目录结构整理 2021-09-08 16:36:28 +08:00
Makefile refactor: 清理Makefile冗余项 2021-09-13 18:14:15 +08:00
mount.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00
path_cache.c fix: syscall review bugfix 2021-09-09 15:19:03 +08:00
vnode.c fix: change the execFile field in TCB to execVnode 2021-09-30 14:33:36 +08:00
vnode_hash.c fix: remove redundant headfile 2021-06-19 17:32:47 +08:00