connector: Provide the sender's credentials to the callback
[deliverable/linux.git] / drivers / md / dm-log-userspace-transfer.c
index ba0edad2d048017bd08257f0c7b34eb9f86bf1ea..556131f7d8479bf7162f5730b07b6dfb460d32c8 100644 (file)
@@ -129,7 +129,7 @@ static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr)
  * This is the connector callback that delivers data
  * that was sent from userspace.
  */
-static void cn_ulog_callback(void *data)
+static void cn_ulog_callback(void *data, struct netlink_skb_parms *nsp)
 {
        struct cn_msg *msg = (struct cn_msg *)data;
        struct dm_ulog_request *tfr = (struct dm_ulog_request *)(msg + 1);
This page took 0.036452 seconds and 5 git commands to generate.