]> 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 4f3f0e48c8458fcbf1006ab930c0ebf411d11341..faa5239813ceba6cd9a925cc310b6d2a7db20136 100644 (file)
@@ -77,7 +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
         */
-       skb = nlmsg_new(genlmsg_total_size(size), GFP_KERNEL);
+       skb = genlmsg_new(size, GFP_KERNEL);
        if (!skb)
                return -ENOMEM;