fix bug #156
This commit is contained in:
parent
5cd91ffc14
commit
7d4b72fd04
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user