Open file: filp_open ... fp=filp_open(path, flag, 0); if (fp) return fp; else return NULL; ... else printk("read file error %d\n",ret);
確定! 回上一頁