[GENL]: Add genlmsg_new() to allocate generic netlink messages
[platform/kernel/linux-starfive.git] / kernel / taskstats.c
index 4f3f0e4..faa5239 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;