[PATCH] Fix taskstats size calculation (use the new genetlink utility functions)
[profile/ivi/kernel-x86-ivi.git] / kernel / taskstats.c
index 2ed4040..c451af2 100644 (file)
@@ -75,7 +75,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(size, GFP_KERNEL);
+       skb = nlmsg_new(genlmsg_total_size(size), GFP_KERNEL);
        if (!skb)
                return -ENOMEM;