struct file *f = filp_open(tmp, flags, mode); // 获取返回结果,如果出错,则跳转至out_error,否则执行fd_install error = PTR_ERR(f);
確定! 回上一頁