On Mon, Sep 19, 2011 at 04:27:11PM -0700, Jesse Gross wrote:
> @@ -465,6 +467,7 @@ static int queue_userspace_packets(struct datapath *dp, 
> struct sk_buff *skb,
>               user_skb = genlmsg_new(len, GFP_ATOMIC);
>               if (!user_skb) {
>                       netlink_set_err(INIT_NET_GENL_SOCK, 0, group, -ENOBUFS);
> +                     err = -ENOMEM;
>                       goto err_kfree_skbs;
>               }

Why do we use two different error codes here?

Otherwise:
Acked-by: Ben Pfaff <[email protected]>

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to