filp_open /filp_close/vfs_read/vfs_write ... O_RDWR | O_CREAT, 0644); if (IS_ERR(fp)) { printk("create file error\n"); return -1; } ...
確定! 回上一頁