Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348621
b: refs/heads/master
c: 9d43a18
h: refs/heads/master
i:
  348619: 6f9ab03
v: v3
  • Loading branch information
Michael S. Tsirkin authored and David S. Miller committed Jan 10, 2013
1 parent bfa6000 commit 4b91a23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 337da3e3f5564c5d8ca0962a0338d8c561c9f9c7
refs/heads/master: 9d43a18c6e8f868111b983388feeedaea7594fef
2 changes: 0 additions & 2 deletions trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -1791,8 +1791,6 @@ static int tun_set_queue(struct file *file, struct ifreq *ifr)
tun = tfile->detached;
if (!tun)
ret = -EINVAL;
else if (tun_not_capable(tun))
ret = -EPERM;
else
ret = tun_attach(tun, file);
} else if (ifr->ifr_flags & IFF_DETACH_QUEUE) {
Expand Down

0 comments on commit 4b91a23

Please sign in to comment.