1 Star 0 Fork 9

zhangsong234/lxcfs

forked from src-openEuler/lxcfs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0017-proc_fuse-fix-wait-child-process-hang.patch 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
From aa362b383ca5e79e03fd350867fb4f96a1335ae5 Mon Sep 17 00:00:00 2001
From: zhangsong234 <[email protected]>
Date: Thu, 27 May 2021 10:16:00 +0800
Subject: [PATCH] proc_fuse: fix wait child process hang
Signed-off-by: zhangsong234 <[email protected]>
---
src/proc_fuse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/proc_fuse.c b/src/proc_fuse.c
index 96eb9d7..82b32c1 100644
--- a/src/proc_fuse.c
+++ b/src/proc_fuse.c
@@ -487,11 +487,11 @@ struct devinfo* container_dev_read(pid_t pid) {
dev_num = dev_stat.st_dev & (~0xf);
fprintf(stream, "sda %d end 0 ", dev_num);
fflush(stream);
+child_out:
fclose(stream);
exit(0);
}
-child_out:
close(mypipe[1]);
stream = fdopen(mypipe[0], "r");
if (stream == NULL) {
--
2.27.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangsong234/lxcfs.git
[email protected]:zhangsong234/lxcfs.git
zhangsong234
lxcfs
lxcfs
master

搜索帮助