Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65183
b: refs/heads/master
c: 78bd8fb
h: refs/heads/master
i:
  65181: 119cdc3
  65179: 9859855
  65175: 433201b
  65167: 81e49bf
  65151: 3036583
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 26, 2007
1 parent eda1728 commit 71d9f94
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 459685c75b82a0431da102365d507fdb72858b84
refs/heads/master: 78bd8fbbcd66fc977baa40e7fd838a4461b0f727
2 changes: 1 addition & 1 deletion trunk/include/net/sctp/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ int sctp_bind_addr_copy(struct sctp_bind_addr *dest,
int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
__u8 use_as_src, gfp_t gfp);
int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
void (*rcu_call)(struct rcu_head *,
void fastcall (*rcu_call)(struct rcu_head *,
void (*func)(struct rcu_head *)));
int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
struct sctp_sock *);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sctp/bind_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new,
* structure.
*/
int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr,
void (*rcu_call)(struct rcu_head *head,
void fastcall (*rcu_call)(struct rcu_head *head,
void (*func)(struct rcu_head *head)))
{
struct sctp_sockaddr_entry *addr, *temp;
Expand Down

0 comments on commit 71d9f94

Please sign in to comment.