struct file* pFile = NULL; pFile = filp_open(fileName, mode, 0); if(pFile != NULL){ if(IS_ERR(pFile)) { printk("<1>error %p for %s** ", pFile, ...
確定! 回上一頁