klog_fp= filp_open(klog_cmd->io_buff, O_RDWR | O_CREAT | O_TRUNC, 0644);if(IS_ERR(klog_fp)){. printk("filp_open error \n");return -1;. }.
確定! 回上一頁