Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166730
b: refs/heads/master
c: 18366b0
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Reisner authored and David S. Miller committed Oct 2, 2009
1 parent 43f9561 commit 9bc4844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7069331dbe7155f23966f5944109f909fea0c7e4
refs/heads/master: 18366b05a00349c1606269ba7422bf9b3a357ff2
3 changes: 1 addition & 2 deletions trunk/drivers/md/dm-log-userspace-transfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ 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, struct netlink_skb_parms *nsp)
static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp)
{
struct cn_msg *msg = (struct cn_msg *)data;
struct dm_ulog_request *tfr = (struct dm_ulog_request *)(msg + 1);

spin_lock(&receiving_list_lock);
Expand Down

0 comments on commit 9bc4844

Please sign in to comment.