diff options
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r-- | drivers/net/tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 3262f3e2b8b2..1a1c4f7b3ec5 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
@@ -2148,7 +2148,7 @@ static int tun_chr_open(struct inode *inode, struct file * file) | |||
2148 | DBG1(KERN_INFO, "tunX: tun_chr_open\n"); | 2148 | DBG1(KERN_INFO, "tunX: tun_chr_open\n"); |
2149 | 2149 | ||
2150 | tfile = (struct tun_file *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL, | 2150 | tfile = (struct tun_file *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL, |
2151 | &tun_proto); | 2151 | &tun_proto, 0); |
2152 | if (!tfile) | 2152 | if (!tfile) |
2153 | return -ENOMEM; | 2153 | return -ENOMEM; |
2154 | RCU_INIT_POINTER(tfile->tun, NULL); | 2154 | RCU_INIT_POINTER(tfile->tun, NULL); |