Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4905
b: refs/heads/master
c: 37da647
h: refs/heads/master
i:
  4903: 937e7ed
v: v3
  • Loading branch information
Victor Fusco authored and David S. Miller committed Jul 18, 2005
1 parent c15341c commit 4730d5b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 23af27eb8fa9ea8614138c4cded7a16cb4197a55
refs/heads/master: 37da647d994cdac7e0bc8d2a365fbda403939a2b
5 changes: 3 additions & 2 deletions trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ void netlink_detachskb(struct sock *sk, struct sk_buff *skb)
sock_put(sk);
}

static inline struct sk_buff *netlink_trim(struct sk_buff *skb, int allocation)
static inline struct sk_buff *netlink_trim(struct sk_buff *skb,
unsigned int __nocast allocation)
{
int delta;

Expand Down Expand Up @@ -717,7 +718,7 @@ struct netlink_broadcast_data {
int failure;
int congested;
int delivered;
int allocation;
unsigned int allocation;
struct sk_buff *skb, *skb2;
};

Expand Down

0 comments on commit 4730d5b

Please sign in to comment.