rtnetlink: Compute and store minimum ifinfo dump size
[linux-2.6-block.git] / net / netlink / genetlink.c
index 1781d99145e2d2594fc961e1a2fc9307aad957a5..482fa571b4eecb9b89bc67ac523f0ff6c08ef0f5 100644 (file)
@@ -525,7 +525,7 @@ static int genl_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
 
                genl_unlock();
                err = netlink_dump_start(net->genl_sock, skb, nlh,
-                                        ops->dumpit, ops->done);
+                                        ops->dumpit, ops->done, 0);
                genl_lock();
                return err;
        }