]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/taskstats.c
[GENL]: Add genlmsg_new() to allocate generic netlink messages
[net-next-2.6.git] / kernel / taskstats.c
index f45c5e70773c0b2fd6437b3a69ecfbefc1e40bf6..faa5239813ceba6cd9a925cc310b6d2a7db20136 100644 (file)
@@ -77,8 +77,7 @@ static int prepare_reply(struct genl_info *info, u8 cmd, struct sk_buff **skbp,
        /*
         * If new attributes are added, please revisit this allocation
         */
-       size = nlmsg_total_size(genlmsg_total_size(size));
-       skb = nlmsg_new(size, GFP_KERNEL);
+       skb = genlmsg_new(size, GFP_KERNEL);
        if (!skb)
                return -ENOMEM;