- 09 9月, 2021 1 次提交
-
-
由 dong-yiqun 提交于
主干存在该问题,还未解决. 因为对于热插入的sd卡,如果被其中一个线程操作拿住锁资源, 热插拔会导致disk资源状态未修改为UNUSED,造成资源泄露 现在修改为在拔出sd卡时,销毁disk锁资源之前,先将disk状态修改成UNUSED Close #I3ZOIO Signed-off-by: Ndong-yiqun <dongyiqun@huawei.com>
-
- 08 9月, 2021 1 次提交
-
-
由 wanghao-free 提交于
主干存在该问题,下一步同步主干. 挂载rootfs需要emmc驱动,emmc驱动还没有初始化好,内核就尝试挂载rootfs了, 现修改为通过一个事件同步,emmc驱动完成后写事件,内核读到这个事件再挂载rootfs close: #I43WLG Signed-off-by: Nwanghao-free <wanghao453@huawei.com>
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 17 11月, 2020 1 次提交
-
-
由 Zbigniew Bodek 提交于
Mainly adding missing headers, removing redundant headers that induce undefined symbols or rearranging existing headers according to dependencies betheen them. Also add missing include paths to makefiles and make configs. Note: direct inclusion of pthread.h in disk.h is caused by the latter being used almost everywhere, including third_party libraries. Putting pthread.h there releases us from affecting more code. Basically fixes build for anything that is not default HiSi configuration. Signed-off-by: NZbigniew Bodek <zbigniew.bodek@huawei.com> Change-Id: Icdcb0874d9fed34d01fa282d33bd2e041c2ac436
-
- 13 10月, 2020 1 次提交
-
-
由 Caoruihong 提交于
Change-Id: Ia6c1f6302407a707b3ec9b805f4c92d8a7970b86
-
- 08 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-