struct file *f = filp_open(tmp, flags, mode);. error = PTR_ERR(f);. if (IS_ERR(f)). goto out_error;. //将file 添加file_struct中的fd数组的 ...
確定! 回上一頁