[NETLINK]: Add notification message sending interface
[deliverable/linux.git] / net / netlink / genetlink.c
index 75bb47a898dd7a7de700f5fd13e250967bae5c10..d32599116c567c429d040ce8dbb53ac3371545cf 100644 (file)
@@ -510,7 +510,7 @@ static int genl_ctrl_event(int event, void *data)
                if (IS_ERR(msg))
                        return PTR_ERR(msg);
 
-               genlmsg_multicast(msg, 0, GENL_ID_CTRL);
+               genlmsg_multicast(msg, 0, GENL_ID_CTRL, GFP_KERNEL);
                break;
        }
 
This page took 0.073772 seconds and 5 git commands to generate.