From: Jason Wang <[email protected]> Date: Tue, 23 Apr 2013 14:40:39 +0800
> 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 <[email protected]> > Cc: Jerry Chu <[email protected]> > Cc: Wei Yongjun <[email protected]> > Cc: Eric Dumazet <[email protected]> > Signed-off-by: Jason Wang <[email protected]> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

