struct file *filp; mm_segment_t fs; filp = filp_open(filename, O_RDWR|O_APPEND, 0644); if(IS_ERR(filp)) { printk("open error...\n"); return; }
確定! 回上一頁