This commit is contained in:
derry 2022-06-21 10:34:03 +08:00
parent 5cd91ffc14
commit 7d4b72fd04

View File

@ -234,6 +234,7 @@ void load_feature_buf_from_file(char **config_buf)
{
struct inode *inode = NULL;
struct file *fp = NULL;
mm_segment_t fs;
off_t size;
fp = filp_open(AF_FEATURE_CONFIG_FILE, O_RDONLY, 0);