|
@@ -53,7 +53,7 @@ static int pcap_open(void *data)
|
|
return -EIO;
|
|
return -EIO;
|
|
}
|
|
}
|
|
|
|
|
|
- pri->compiled = um_kmalloc(sizeof(struct bpf_program));
|
|
|
|
|
|
+ pri->compiled = kmalloc(sizeof(struct bpf_program), UM_GFP_KERNEL);
|
|
if(pri->compiled == NULL){
|
|
if(pri->compiled == NULL){
|
|
printk(UM_KERN_ERR "pcap_open : kmalloc failed\n");
|
|
printk(UM_KERN_ERR "pcap_open : kmalloc failed\n");
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|