提交 c39b9fd7 编写于 作者: A Al Viro

sh: single_open() leaks

Cc: vger.kernel.org
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 46d4c0ff
...@@ -348,7 +348,7 @@ static const struct file_operations dma_proc_fops = { ...@@ -348,7 +348,7 @@ static const struct file_operations dma_proc_fops = {
.open = dma_proc_open, .open = dma_proc_open,
.read = seq_read, .read = seq_read,
.llseek = seq_lseek, .llseek = seq_lseek,
.release = seq_release, .release = single_release,
}; };
int register_dmac(struct dma_info *info) int register_dmac(struct dma_info *info)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册