kernel_liteos_a/fs
Far 332ba8fd65 fixed 63e71fe from https://gitee.com/yesiyuanjim/kernel_liteos_a/pulls/731
fix: 修复LOSCFG_FS_FAT_CACHE宏关闭后编译失败的BUG

1. 在必要处增加宏开关关闭部分代码的编译;
2. 由于驱动是一个独立的内核线程,在一些场景下文件系统会将用户态地址透传给驱动,这会导致内核崩溃。
因此在需要透传用户态地址时增加了一个内核buffer作为中转。

Close #I3T3N0

Signed-off-by: Far <yesiyuan2@huawei.com>
2021-12-21 02:18:52 +00:00
..
fat fixed 63e71fe from https://gitee.com/yesiyuanjim/kernel_liteos_a/pulls/731 2021-12-21 02:18:52 +00:00
include feat: page cache backed by vnode instead of filep 2021-09-30 16:21:03 +08:00
jffs2 fixed 011a55f from https://gitee.com/yesiyuanjim/kernel_liteos_a/pulls/712 2021-11-26 05:56:54 +00:00
nfs feat(make): optimize makefiles and remove some unused files 2021-08-22 04:23:40 +08:00
proc 【背景】 2021-12-03 01:41:48 +00:00
ramfs chore(musl): reduce the modifications of musl 2021-08-19 16:07:12 +08:00
romfs feat: add support for gn build system 2021-07-21 15:52:40 +08:00
vfs feat: page cache backed by vnode instead of filep 2021-09-30 16:21:03 +08:00
zpfs !586 liteos补丁能力支持 2021-08-31 08:16:31 +00:00
BUILD.gn feat: add support for gn build system 2021-07-21 15:52:40 +08:00