diff options
author | Jason Wang <jasowang@redhat.com> | 2013-04-22 20:40:39 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-25 01:48:23 -0400 |
commit | e8dbad66ef56074eadb41ed5998acd2320447018 (patch) | |
tree | dc9a72436ced43c117bfe447dea24570586f178b /drivers/char | |
parent | 5ffedc6ed3d066f5c0d2c2106f9081170b3d24fa (diff) | |
download | linux-e8dbad66ef56074eadb41ed5998acd2320447018.tar.bz2 |
tuntap: correct the return value in tun_set_iff()
commit (3be8fbab tuntap: fix error return code in tun_set_iff()) breaks the
creation of multiqueue tuntap since it forbids to create more than one queues
for a multiqueue tuntap device. We need return 0 instead -EBUSY here since we
don't want to re-initialize the device when one or more queues has been already
attached. Add a comment and correct the return value to zero.
Reported-by: Jerry Chu <hkchu@google.com>
Cc: Jerry Chu <hkchu@google.com>
Cc: Wei Yongjun <weiyj.lk@gmail.com>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Jerry Chu <hkchu@google.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions